|
From: | Kai Großjohann |
Subject: | Re: Help needed from XEmacs gurus (was: Invalid format character: ?m) |
Date: | Wed, 17 Jul 2002 16:45:09 +0200 |
User-agent: | Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) |
Pete Forman <address@hidden> writes: > Good question. Here's what I see on XEmacs 21.4.8 > > (let ((method "scp") (host "alicia") (path "/tmp/teste")) > (list (cons ?m method) > (cons ?h host) > (cons ?p path))) > ((?m . "scp") (?h . "alicia") (?p . "/tmp/teste")) > > > (let ((method "scp") (host "alicia") (path "/tmp/teste")) > (format-spec tramp-make-tramp-file-user-nil-format > (list (cons ?m method) > (cons ?h host) > (cons ?p path)))) > "/[scp/alicia]/tmp/teste" Could you put that code in a file, byte-compile it, and then execute the byte-compiled code? I hope it's still the same then. (Maybe two defuns are necessary so that you can see what's happening. Or you call message followed by sit-for...) kai -- A large number of young women don't trust men with beards. (BFBS Radio)
[Prev in Thread] | Current Thread | [Next in Thread] |