From xemacs-m  Mon Feb 24 13:28:21 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA14943
	for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 13:28:20 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa08894;
          24 Feb 97 8:14 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id IAA11182; Mon, 24 Feb 1997 08:14:42 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id IAA08823; Mon, 24 Feb 1997 08:14:42 -0500
Date: Mon, 24 Feb 1997 08:14:42 -0500
Message-Id: <199702241314.IAA08823@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="bQ16NQ2QfULRN5ibaRoK/nEo8TJf7V0K4XkzoJeo"
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: b95 and ange-ftp
Reply-To: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
X-Attribution: BAW
X-Oblique-Strategy: Remove unnecessary detail
X-Url: http://www.python.org/~bwarsaw


--bQ16NQ2QfULRN5ibaRoK/nEo8TJf7V0K4XkzoJeo
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


I'm all for upgrading to efs, but I think it would be a good idea to
put a fake ange-ftp.el in lisp/dired (didn't somebody else bring this
up already?).  I last built b93 -- b95 looks like it built just fine
and runs on a tty (Sparc/Solaris 2.5, gcc 2.7.2.2), but of course by
behemoth of an environment croaks when it tries to load ange-ftp.

Is it possible (desirable?) to just stick an ange-ftp there that does
something like the following?

-Barry

--bQ16NQ2QfULRN5ibaRoK/nEo8TJf7V0K4XkzoJeo
Content-Type: text/pl
Content-Description: fake ange-ftp
Content-Disposition: inline;
	filename="ange-ftp.el"
Content-Transfer-Encoding: 7bit

(require 'efs)
(warn "ange-ftp is obsolete, using efs")
(provide 'ange-ftp)

--bQ16NQ2QfULRN5ibaRoK/nEo8TJf7V0K4XkzoJeo--

