From xemacs-m  Fri Mar 21 20:15:09 1997
Received: from amber.vis-av.com (amber.vis-av.com [206.119.44.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA26261
	for <xemacs-beta@xemacs.org>; Fri, 21 Mar 1997 20:15:07 -0600 (CST)
Received: (from derrell@localhost)
          by amber.vis-av.com (8.8.5/8.8.4)
	  id VAA29992; Fri, 21 Mar 1997 21:15:00 -0500 (EST)
Date: Fri, 21 Mar 1997 21:15:00 -0500 (EST)
Message-Id: <199703220215.VAA29992@amber.vis-av.com>
From: Derrell Lipman <derrell@vis-av.com>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: efs changed for b102...
In-Reply-To: <m24te4srz2.fsf@altair.xemacs.org>
References: <199703212354.SAA29658@amber.vis-av.com>
	<m24te4srz2.fsf@altair.xemacs.org>
X-Mailer: VM 6.20 under 19.15 XEmacs Lucid (beta102)
Reply-To: derrell@vis-av.com
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII

>>>>> "  Steven" == Steven L Baur <steve@miranova.com> writes:

  Steven> Derrell Lipman writes:
>> Except for one EFS issue, b102 seems to be working for me.  The
>> issue is that the function (efs-display-ftp-activity) seems to have
>> gone missing.  It was there in b101.  Has it changed names?  Is it
>> replaced by something?

  Steven> Nothing about EFS changed between b101 and b102.

The problem stems from the fact that someone today indicated that it
was a "bad thing" to (require 'efs) in .emacs, and instead, to use
(require 'efs-auto).  I assumed from the name that efs would then
autoload appropriate parts as they were needed.  That seems not to be
the case.

In my .emacs, I call (efs-display-ftp-activity) after (require
'efs-auto) but that function hasn't been loaded and doesn't autoload
upon call.

Does this mean that there's a problem with 'efs-auto or that I need to
(require 'efs)?

Derrell

