emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: abbreviate-file-name on Windows seems incorrect


From: Eli Zaretskii
Subject: Re: abbreviate-file-name on Windows seems incorrect
Date: Mon, 08 Jan 2007 21:30:35 +0200

> Cc: Stephen Leake <address@hidden>, address@hidden,
>         address@hidden, address@hidden
> From: Stephen Leake <address@hidden>
> Date: Mon, 08 Jan 2007 03:44:09 -0500
> 
> Now I'm getting the expected behavior from 'expand-file-name', but not
> from 'abbreviate-file-name'.

`abbreviate-file-name' behaves as expected, it isn't supposed to be
handed backslashes as directory separators.  Try this instead:

  (abbreviate-file-name (expand-file-name "c:\\Stephe\\foo"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]