From xemacs-m  Fri Mar 14 08:30:42 1997
Received: from sccon.com (bart.sccon.com [207.22.28.11])
	by xemacs.org (8.8.5/8.8.5) with SMTP id IAA10001
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 08:30:41 -0600 (CST)
From: andreas@sccon.com
Received: from homer.sccon.com by sccon.com (SMI-8.6/SMI-SVR4)
	id JAA24635; Fri, 14 Mar 1997 09:34:20 -0500
Received: by homer.sccon.com (SMI-8.6/SMI-SVR4)
	id JAA04083; Fri, 14 Mar 1997 09:27:52 -0500
Date: Fri, 14 Mar 1997 09:27:52 -0500
Message-Id: <199703141427.JAA04083@homer.sccon.com>
To: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
Cc: xemacs-beta@xemacs.org
Subject: Problems with ange-ftp/efs
In-Reply-To: <199703141317.OAA12551@daedalus.tnt.uni-hannover.de>
References: <199703141317.OAA12551@daedalus.tnt.uni-hannover.de>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Heiko" == Heiko Muenkel <muenkel@tnt.uni-hannover.de> writes:

    Heiko> Is it no longer possible to load files like the following:
    Heiko> /anonymous@ftp.x.org:/pub

    Heiko> If it is possible, how can I enable it?

i have the following in my .emacs for efs and all seems to work
including the above...

(require 'efs-auto)

# make anonymous the default user w/ password
(setq efs-default-user "anonymous"
      efs-default-password "andreas@sccon.com")

hope this helps,
andreas

