From xemacs-m  Tue Apr  1 05:21:51 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA10321
	for <xemacs-beta@xemacs.org>; Tue, 1 Apr 1997 05:21:50 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id NAA17378 for <xemacs-beta@xemacs.org>; Tue, 1 Apr 1997 13:21:51 +0200
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA21208; Tue, 1 Apr 1997 13:21:50 +0200
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Re: j-shell and efs don't get along [ANOTHER 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> <fawbu7z6fuy.fsf@rlab24.rsn.hp.com>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_Apr__1_13:21:49_1997-1"
Content-Transfer-Encoding: 7bit
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 01 Apr 1997 13:21:49 +0200
In-Reply-To: Shane Holder's message of 31 Mar 1997 13:06:29 -0600
Message-Id: <y9lafnjt2cy.fsf_-_@modas.informatik.uni-tuebingen.de>
Lines: 47
X-Mailer: Gnus v5.4.37/XEmacs 20.1(beta10)

--Multipart_Tue_Apr__1_13:21:49_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "Shane" == Shane Holder <holder@rsn.hp.com> writes:

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

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

Yes.  There's a bug, though.  Steeeeeeeeeeeeeeeeeeeeeeve ...!


--Multipart_Tue_Apr__1_13:21:49_1997-1
Content-Type: text/plain; charset=US-ASCII

*** src/dired.c.orig	Tue Apr  1 11:56:57 1997
--- src/dired.c	Tue Apr  1 11:57:00 1997
***************
*** 256,265 ****
--- 256,269 ----
  {
    /* This function can GC */
    Lisp_Object handler;
+   struct gcpro gcpro1;
  
+   GCPRO1 (dirname);
+   dirname = Fexpand_file_name (dirname, Qnil);
    /* If the file name has special constructs in it,
       call the corresponding file handler.  */
    handler = Ffind_file_name_handler (dirname, Qfile_name_all_completions);
+   UNGCPRO;
    if (!NILP (handler))
      return call3 (handler, Qfile_name_all_completions, file,
  		  dirname);


--Multipart_Tue_Apr__1_13:21:49_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

-- 
Cheers =3D8-} Chipsy
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla

--Multipart_Tue_Apr__1_13:21:49_1997-1--

