From xemacs-m  Mon Mar 31 13:06:50 1997
Received: from palrel1.hp.com (palrel1.hp.com [15.253.72.10])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA29825
	for <xemacs-beta@xemacs.org>; Mon, 31 Mar 1997 13:06:39 -0600 (CST)
Received: from rlab24.rsn.hp.com (rlab24.rsn.hp.com [15.99.219.24]) by palrel1.hp.com with ESMTP (8.7.5/8.7.3) id LAA18665 for <xemacs-beta@xemacs.org>; Mon, 31 Mar 1997 11:06:34 -0800 (PST)
Received: by rlab24.rsn.hp.com
	(1.38.193.4/16.2) id AA091415190; Mon, 31 Mar 1997 13:06:30 -0600
Sender: holder@rlab24.rsn.hp.com
To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Cc: xemacs-beta@xemacs.org
Subject: Re: j-shell and efs don't get along [FIX]
References: <199703241918.LAA08226@palrel3.hp.com> <y9lg1xk789w.fsf@modas.informatik.uni-tuebingen.de> <fawd8snn7uo.fsf@rlab24.rsn.hp.com> <y9ln2rrg4bn.fsf@modas.informatik.uni-tuebingen.de> <fawn2rrllk0.fsf@rlab24.rsn.hp.com> <y9l4tdzf155.fsf@modas.informatik.uni-tuebingen.de> <rviv2flyoy.fsf@sdnp5.ucsd.edu> <y9lvi6e4s1z.fsf_-_@modas.informatik.uni-tuebingen.de>
From: Shane Holder <holder@rsn.hp.com>
Date: 31 Mar 1997 13:06:29 -0600
In-Reply-To: sperber@informatik.uni-tuebingen.de's message of 26 Mar 1997 16:00:08 +0100
Message-Id: <fawbu7z6fuy.fsf@rlab24.rsn.hp.com>
Lines: 30


The max-lisp-eval-depth stuff is fixed in b10, but now I've got a
question.

Should (file-name-all-completions "stuff" "") work through efs if
default-directory is set?

It's the same setup as before executing:

(defun messup ()
  (load-library "efs-auto")

  ; Set default directory to system that exists.
  (setq default-directory "/mordor.rsn.hp.com:/home/holder")

  ; The ftp program in my path won't work with efs
  (setq efs-ftp-program-name "/usr/bin/ftp")

  ; "vq" is the beginning of the name vquery in /home/holder.
  (file-name-all-completions "vq" ""))

Gets:

Opening directory: no such file or directory, /holder@mordor.rsn.hp.com:/home/holder/

-- 
Shane Holder                                 e-mail: holder@rsn.hp.com
Hewlett Packard                               phone:     (214)497-4182
3000 Waterview
Richardson, TX 75083

