From xemacs-m  Mon Feb 17 06:35:54 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA19842
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 06:35:53 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id NAA20888; Mon, 17 Feb 1997 13:35:49 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA24340; Mon, 17 Feb 1997 13:35:47 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Cc: jens@lemcbed.lem.uni-karlsruhe.de, "Steven L. Baur" <steve@miranova.com>
Subject: Re: patch to 19.15/b94 (efs)
References: <m3ybcofn30.fsf@jens.metrix.de> <y9lhgjb7vpl.fsf@modas.informatik.uni-tuebingen.de> <x27mk74nyj.fsf@lemming0.lem.uni-karlsruhe.de>
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 17 Feb 1997 13:35:47 +0100
In-Reply-To: Jens Lautenbacher's message of 17 Feb 1997 13:27:32 +0100
Message-Id: <y9lbu9j7gpo.fsf@modas.informatik.uni-tuebingen.de>
Lines: 48
X-Mailer: Gnus v5.4.12/XEmacs 20.0


Yo Jens & Steve,

the problem Jens describes is due to another x2->x3 patch that didn't
make it into the new betas correctly.  (Or rather, a previous patch
from the list which is obsolete and which *did* make it in.)  The last
binding for temp is bogus and should be removed.  (And in that case,
you don't need the let* instead of the let.)  Since I still don't have
the new betas here, and the offending line didn't show in Jens's
original post, I didn't see the problem.

Thanks, Jens!

Cheers =8-} Mike

PS: Steve, how do you want me to send upgrades in the future?  It
    would be easiest if I could do it relative to the version that was
    in the last released beta.  That would mean that I would be sending
    you patches for this problem, for example.

>>>>> "Jens" == Jens Lautenbacher <jens@lemming0.lem.uni-karlsruhe.de> writes:

Jens> sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:

>> >>>>> "Jens" == Jens Lautenbacher <jens@metrix.de> writes:
Jens> following makes efs work (Noone could have tested this before...):
>> 
>> ... the default-dir thingy looks like my last patch only made it
>> halfway in.
>> 
>> The efs.el patch looks bogus to me.  Why would it be needed?


Jens>     (let ((temp (concat
Jens> 		 (car (efs-make-tmp-name nil host))
Jens> 		 (efs-internal-file-name-extension filename)))
Jens> 	  (type (efs-xfer-type host-type filename nil nil))
Jens> 	  (abbr (efs-relativize-filename filename))
Jens> 	  ;^^^^
Jens> 	  (temp (concat (car (efs-make-tmp-name nil host))
Jens> 			(or (substring abbr (string-match "\\." abbr)) "")))
Jens> 							       ;^^^^

Jens> OK :-) ?

Jens> 	Jens
			       

