GNU bug report logs - #14030
24.3; expand-file-name expands remote file name on Windows incorrectly

Previous Next

Package: emacs;

Reported by: Vida Gábor <vidagabor <at> gmail.com>

Date: Fri, 22 Mar 2013 15:21:01 UTC

Severity: normal

Found in version 24.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 14030 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Vida Gábor <vidagabor <at> gmail.com>
Cc: 14030 <at> debbugs.gnu.org
Subject: Re: bug#14030: 24.3;
	expand-file-name expands remote file name on Windows incorrectly
Date: Sun, 24 Mar 2013 18:11:32 +0200
> Date: Fri, 22 Mar 2013 16:17:45 +0100
> From: Vida Gábor <vidagabor <at> gmail.com>
> 
> Emacs 24.2 on Windows doesn't expand remote file names:
> 
>   (expand-file-name "/ssh:user <at> host:/")
>   "/ssh:user <at> host:/"
> 
> While Emacs 24.3.1 does:
> 
> (expand-file-name "/ssh:user <at> host:/")
> "/ssh:user <at> host:c:/"
> 
> And this makes Tramp to fail (it can't find proper ls command, but
> that's a side effect).
> 
> It's probably affects only the Windows build, because cygwin build of
> emacs 24.3.1 doesn't produce the same fault.

As a work-around, byte-compile tramp-sh.el on Windows, and the problem
will disappear.





This bug report was last modified 4 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.