From xemacs-m  Tue Mar 25 01:33:45 1997
Received: from altair.xemacs.org (xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA14073
	for <xemacs-beta@xemacs.org>; Tue, 25 Mar 1997 01:33:42 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id XAA15430;
	Mon, 24 Mar 1997 23:44:46 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: file-remote-p broken
References: <y9lvi6h75ym.fsf@modas.informatik.uni-tuebingen.de> <m2hgi0a75r.fsf@altair.xemacs.org> <y9lend4784q.fsf@modas.informatik.uni-tuebingen.de>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: sperber@informatik.uni-tuebingen.de's message of 25 Mar 1997 08:17:41 +0100
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Mar 1997 23:44:38 -0800
Message-ID: <m2n2rsquu1.fsf@altair.xemacs.org>
Lines: 16
X-Mailer: Gnus v5.4.37/XEmacs 20.1(beta10)

Michael Sperber writes:
> Actually, it should be 'efs-cu.  Really actually, efs-ftp-path should
> autoload.  My workspace (among 1 or 2 other lines of autoload
> additions) has this already.

O.K.  I have this:
(defun file-remote-p (file)
  "Test whether file resides on the local system."
  (cond ((featurep 'ange-ftp) (ange-ftp-ftp-path file-name))
        (allow-remote-paths (efs-ftp-path file-name))
	(t nil)))

And I'm adding an autoload magic cookie to `efs-ftp-path'.  O.K. now?
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

