From xemacs-m  Tue Mar 25 14:40:34 1997
Received: from mail.cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.8.55])
	by xemacs.org (8.8.5/8.8.5) with SMTP id OAA08994
	for <xemacs-beta@xemacs.org>; Tue, 25 Mar 1997 14:40:34 -0600 (CST)
Received: from calico.cis.ohio-state.edu (calico.cis.ohio-state.edu [164.107.142.11]) by mail.cis.ohio-state.edu (8.6.7/8.6.4) with ESMTP id PAA29895; Tue, 25 Mar 1997 15:40:27 -0500
Received: (ware@localhost) by calico.cis.ohio-state.edu (8.8.0/8.6.4) id PAA15116; Tue, 25 Mar 1997 15:40:26 -0500 (EST)
To: xemacs-beta@xemacs.org
Subject: efs and telnet integration
From: Pete Ware <ware@cis.ohio-state.edu>
Date: 25 Mar 1997 15:40:25 -0500
Message-ID: <vwmk9mvzow6.fsf@calico.cis.ohio-state.edu>
Lines: 10
X-Mailer: Gnus v5.4.36/XEmacs 19.15(beta104)

I'd like to rewrite telnet so it works with efs.  Then things
like cd/pushd/popd/dynamic-completion and find-file all work on the
remote files.  I did it half way a couple weeks ago but it took too
much manual effort to make it work cleanly.

It doesn't work because comint does a
	(let ((file-name-handler-alist nil)
which disables all the efs handlers.  Anyone know why?

--pete

