GNU bug report logs -
#28156
Emacs quietly munges symlink contents
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Sun, 20 Aug 2017 10:29:01 UTC
Severity: normal
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 28156 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii wrote:
> What if readlink returns a name such as "/ssh:foo <at> bar:/quux"? A
> symlink cannot have a remote file name as its target, can it?
A symlink target is a string, and can have any bytes in it (other than NUL). So
if FOO is a remote file name then it can have FOO as a target. Of course the OS
won't interpret the remote file name on its own, just as it won't interpret ~ or
$ or whatever, but that is OK and expected.
> read-file-name gets the string from the user, so it's an entirely
> different context.
It was just one example, though it remains a good one. Another example is
(directory-files dir), which does not escape its results even when they begin
with ~. Really, there is no need or good precedent for the sort of escaping that
you propose. It is much simpler (and agrees with the documentation and
intuition) for file-symlink-p to return the results as-is, like directory-files
does.
This bug report was last modified 7 years and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.