From xemacs-m  Mon Feb 24 15:23:31 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 PAA18717
	for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 15:23:31 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa22257;
          24 Feb 97 16:24 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA21440; Mon, 24 Feb 1997 16:24:03 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA19817; Mon, 24 Feb 1997 16:24:02 -0500
Date: Mon, 24 Feb 1997 16:24:02 -0500
Message-Id: <199702242124.QAA19817@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="vHS6/xndwCs5WPpnNkj4mBZx451yFBMPj+VJcVvm"
Content-Transfer-Encoding: 7bit
To: turner@lanl.gov
Cc: xemacs-beta@xemacs.org
Subject: Re: b95 success, but...
References: <199702241321.IAA08835@anthem.CNRI.Reston.Va.US>
	<199702241934.MAA22412@branagh.ta52.lanl.gov>
Reply-To: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
X-Attribution: BAW
X-Oblique-Strategy: Cascades
X-Url: http://www.python.org/~bwarsaw


--vHS6/xndwCs5WPpnNkj4mBZx451yFBMPj+VJcVvm
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


>>>>> "JAT" == John A Turner <turner@branagh.ta52.lanl.gov> writes:

    Me> Once I got past the ange-ftp/efs hurdle, b95 seems to run just
    Me> fine on a tty (Sparc/Solaris 2.5).  However, startup time has
    Me> seriously degraded.  b95 is several times slower to start with
    Me> my full environment than b93 is.  My quick guesstimate is that
    Me> b93 starts in about 5 or 10 seconds while b95 takes roughly 45
    Me> seconds.  This with

    JAT> Have you tried:

    JAT> (require 'efs-auto)

    JAT> instead of

    JAT> (require 'efs)

Thanks John, this improves things immensely.  Now more than ever, I
suggest adding a fake ange-ftp.el to the distribution, such as
attached below.

-Barry


--vHS6/xndwCs5WPpnNkj4mBZx451yFBMPj+VJcVvm
Content-Type: text/plain
Content-Description: a fake dired/ange-ftp.el
Content-Disposition: inline;
	filename="ange-ftp.el"
Content-Transfer-Encoding: 7bit

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

--vHS6/xndwCs5WPpnNkj4mBZx451yFBMPj+VJcVvm--

