From xemacs-m  Sun Feb 16 15:38:59 1997
Received: from jens.metrix.de (jens@jens.metrix.de [194.123.88.124])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA06338
	for <xemacs-beta@xemacs.org>; Sun, 16 Feb 1997 15:38:56 -0600 (CST)
Received: (from jens@localhost) by jens.metrix.de (8.7.6/8.7.3) id WAA00868; Sun, 16 Feb 1997 22:38:45 +0100
To: xemacs-beta@xemacs.org
Subject: patch to 19.15/b94 (efs)
X-Face: Z[@OB)("ZvE?ev~1b+b!0ZUB.$%rh.9qE>dVf>q}Q/V?%d`J3gd!LR\aAZ8<Hwi]xTA(:*c;i3,?K?+rCy*^b$)a,}E?eo},}x2]5LlJysyoUOK"o[>K)'\Ulb7y-7*.If^;rHl['oa)n_M7E6w+LDKMs"G8_`c)uOS1^}.1|8Ill]7X68X-paeUOpBhz<F`B0?~^2Et~GYfw~/0]H]nx4~C_E/_mp#^7Ixc:
Reply-To: jens@lemming0.lem.uni-karlsruhe.de
From: Jens Lautenbacher <jens@metrix.de>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Sun_Feb_16_22:38:43_1997-1"
Content-Transfer-Encoding: 7bit
Date: 16 Feb 1997 22:38:43 +0100
Message-ID: <m3ybcofn30.fsf@jens.metrix.de>
Lines: 68
X-Mailer: Gnus v5.4.12/XEmacs 19.15

--Multipart_Sun_Feb_16_22:38:43_1997-1
Content-Type: text/plain; charset=US-ASCII


First, some remarks:

* (running on linux) XEmacs is still unable to detect png libs. I needed
  with-png.

* Why are glyphs doubled if they should be wrapped to the next line
  (see e.g. gnus group customization, make the frame that wide so the
  done button is at the end of the line: voila, two of them appear...)  

* in the sample.emacs, ange-ftp is still being loaded (of course it is
  not... we use efs now.)

* Click "Help" --> "About XEmacs" ....



following makes efs work (Noone could have tested this before...):


--Multipart_Sun_Feb_16_22:38:43_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="xemacs.patch"
Content-Transfer-Encoding: 7bit

*** default-dir.el	Sun Feb 16 22:06:56 1997
--- ../../../../src/xemacs-19.15-b94/lisp/efs/default-dir.el	Sun Feb 16 22:20:20 1997
***************
*** 52,58 ****
  Will use the variable default-directory-function if it non-nil."
    (if default-directory-function
        (funcall default-directory-function)
!     (if (eq default-dir-emacs-variant 'xemacs)
  	(abbreviate-file-name default-directory t)
        (abbreviate-file-name default-directory))))
  
--- 52,58 ----
  Will use the variable default-directory-function if it non-nil."
    (if default-directory-function
        (funcall default-directory-function)
!     (if (eq default-dir-emacs-version 'xemacs)
  	(abbreviate-file-name default-directory t)
        (abbreviate-file-name default-directory))))
  
*** efs.el	Sun Feb 16 22:13:56 1997
--- ../../../../src/xemacs-19.15-b94/lisp/efs/efs.el	Sun Feb 16 02:28:52 1997
***************
*** 7433,7439 ****
  		     efs-files-hashtable)
  		    (file-exists-p filename))))
  	    
! 	    (let* ((temp (concat
  			 (car (efs-make-tmp-name nil host))
  			 (efs-internal-file-name-extension filename)))
  		  (type (efs-xfer-type host-type filename nil nil))
--- 7433,7439 ----
  		     efs-files-hashtable)
  		    (file-exists-p filename))))
  	    
! 	    (let ((temp (concat
  			 (car (efs-make-tmp-name nil host))
  			 (efs-internal-file-name-extension filename)))
  		  (type (efs-xfer-type host-type filename nil nil))

--Multipart_Sun_Feb_16_22:38:43_1997-1--

