GNU bug report logs -
#7617
24.0.50; `expand-file-name': removal of slashes
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Sat, 11 Dec 2010 21:49:02 UTC
Severity: normal
Found in version 24.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: "Drew Adams" <drew.adams <at> oracle.com>
> Cc: "'Eli Zaretskii'" <eliz <at> gnu.org>, <7617 <at> debbugs.gnu.org>
> Date: Sun, 12 Dec 2010 20:32:12 -0800
>
> Please read what I wrote.
I'm sure he did. Stefan is telling you that perhaps you run the
string through expand-file-name too early, before massaging it in some
way that gives a valid file name. Or maybe that you should run
expand-file-name only on parts of the file name, the parts that _are_
valid file names.
> I am looking for a function that gives the behavior that is
> documented for `expand-file-name'.
`concat' comes to mind. And if that's not what you want, please
consider describing the problem you are trying to solve.
> Do you know a good way to get that behavior in Lisp?
Call expand-file-name on parts of a file name, then `concat' them
together (with any number of slashes that you want)?
This bug report was last modified 14 years and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.