From xemacs-m  Fri Dec  6 18:42:33 1996
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id SAA11659 for <xemacs-beta@xemacs.org>; Fri, 6 Dec 1996 18:42:32 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id QAA23514; Fri, 6 Dec 1996 16:42:04 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id QAA27884; Fri, 6 Dec 1996 16:41:59 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA18966; Fri, 6 Dec 1996 16:42:00 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA05215; Fri, 6 Dec 1996 16:41:57 -0800
Date: Fri, 6 Dec 1996 16:41:57 -0800
Message-Id: <199612070041.QAA05215@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp>
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>, efs-help@cuckoo.hpl.hp.com
Subject: efs on xemacs-20.0-b30?
In-Reply-To: <199612061149.UAA14797@orion.kurims.kyoto-u.ac.jp>
References: <199612061149.UAA14797@orion.kurims.kyoto-u.ac.jp>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Jens-U" == Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp> writes:

Jens-U> I was just trying to build efs under xemacs-20, but I failed with
Jens-U> lots of 

Jens-U> Compiling file /home/petersen/Emacs/Efs/XEmacs/efs.el at Fri Dec  6 20:47:34 1996
Jens-U>   !! error (("efs does not work with emacs version 20.0 XEmacs Lucid (beta30)"))


Jens-U> What gives?!  Are there patches available or is someone pulling
Jens-U> my leg?

Jens-U> Thanks, Jens

Some work will be required.  It seems like ange's been busy with other
things.  And Andy Norman's `honesty' (see below) can be questioned :-).
Would someone like to `own' the problem of integrating efs into
XEmacs 20? (Start by pinging ange)  

The efs home page follows:

http://hplbwww.hpl.hp.com/people/ange/efs/
The efs home page

efs mailing list information is on-line. 

Note: efs 1.14 needs the patch below to work with XEmacs 19.13/14:

diff -c efs.el~ efs.el
*** efs.el~     Wed Sep 20 23:55:16 1995
--- efs.el      Wed Sep 20 23:55:17 1995
***************
*** 8357,8365 ****
                 (efs-save-match-data
                   (or (string-match "^550 " line)
                       (efs-set-host-property host 'mdtm-failed t)))
!                (efs-set-emacs-bvf-mdtm buffer 0)))) ; store dummy values
           0) ; Always do this NOWAIT = 0
!       (efs-set-emacs-bvf-mdtm buffer 0))
        nil) ; return NIL
      ))
  
--- 8357,8365 ----
                 (efs-save-match-data
                   (or (string-match "^550 " line)
                       (efs-set-host-property host 'mdtm-failed t)))
!                (efs-set-emacs-bvf-mdtm buffer '(0 0))))) ; store dummy values
           0) ; Always do this NOWAIT = 0
!       (efs-set-emacs-bvf-mdtm buffer '(0 0)))
        nil) ; return NIL
      ))
  
      

Yeah, yeah, I know that I promised that this would be up by today (Tues) but I found
something better to waste my time doing... installing Win95. Sigh. 

When Win95 stops rebooting... I'll put up links to efs 1.14 and 1.15. Honest. 


Andy Norman
Last modified: Wed Jul 10 19:46:50 BST 

