From xemacs-m  Sun Mar  9 22:22:16 1997
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
	by xemacs.org (8.8.5/8.8.5) with SMTP id WAA14425
	for <xemacs-beta@xemacs.org>; Sun, 9 Mar 1997 22:22:15 -0600 (CST)
Received: from sbkifer.cs.sunysb.edu (sbkifer.cs.sunysb.edu [130.245.1.35]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id XAA05986; Sun, 9 Mar 1997 23:31:36 -0500
Message-Id: <199703100431.XAA05986@cs.sunysb.edu>
X-Authentication-Warning: sbcs.cs.sunysb.edu: Host sbkifer.cs.sunysb.edu didn't use HELO protocol
From: kifer@CS.SunySB.EDU (Michael Kifer)
To: xemacs-beta@xemacs.org
cc: ange@hplb.hpl.hp.com
Subject: EFS is still broken in 20.1-b6
Date: Sun, 09 Mar 1997 23:19:36 -0500
Sender: kifer@CS.SunySB.EDU



In 20.1 compiled with MULE, efs breaks find-file, if it is advised:

(defadvice find-file (before vip-add-suffix-advice activate)
  "Use `read-file-name' for reading arguments."
  (interactive (list (read-file-name "Find file: " nil default-directory))))

Then do:

(require 'efs)

Then try to visit a file: C-xC-f file

You get lisp nesting exceeds max level.

I reported this a few betas ago, but it apparently was lost among other
reports.




	--michael  

