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
View this message in rfc822 format
> Cc: Eli Zaretskii <eliz <at> gnu.org>, Philipp Stephani <p.stephani2 <at> gmail.com>,
> 28156 <at> debbugs.gnu.org
> From: Paul Eggert <eggert <at> cs.ucla.edu>
> Date: Sun, 20 Aug 2017 11:53:55 -0700
>
> (shell-command "ln -s '~' symlink")
> 0
> (file-symlink-p "symlink")
> "~"
> (rename-file "symlink" "/tmp/symlink")
> nil
> (file-symlink-p "/tmp/symlink")
> "/home/eggert"
If this is the problem, then let's solve it without affecting
make-symbolic-link. The problem you show is in file-symlink-p and/or
in rename-file. Let's solve it there, and let's solve it without
affecting the interactive callers of those functions.
> Here, rename-file quietly expands the symlink contents, which is a bug. As far
> as I can see, one cannot work around the bug by using Tramp quoting; for
> example, (rename-file "/:symlink" "/:/tmp/symlink") does the same thing that
> (rename-file "symlink" "/tmp/symlink") does.
But AFAIU, file-symlink-p can return a quoted name if its argument is
quoted. Doesn't this allow to solve the problem?
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.