bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5496: xdev rename-file of symlinks-to-directories broken


From: Chong Yidong
Subject: bug#5496: xdev rename-file of symlinks-to-directories broken
Date: Sat, 30 Jan 2010 23:50:21 -0500

> mkdir /home/david/foo
> cd /tmp
> mkdir bar
> ln -s bar baz
>
> ; in emacs
> (rename-file "/tmp/baz" "/home/david/foo")
>
> result:
> baz symlink to a "bar" in /home/david/foo
> - consistent with shell mv behaviour.
> Unfortunately, /tmp/baz won't be removed properly without attached tiny
> patch.

Patch looks reasonable.  Checked in, thanks.






reply via email to

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