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

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

bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarch


From: Stefan Monnier
Subject: bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarchy
Date: Mon, 16 Jan 2012 10:18:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

>> E.g. (equal (file-attributes file1) (file-attributes file2))?

> We need at least the `file-truename' call. 

> (equal (file-attributes (file-truename (expand-file-name file1)))
>        (file-attributes (file-truename (expand-file-name file2))))))

Why??!?!

> We could also add already the check for the file name handler.

Yes, that'd be fine.


        Stefan





reply via email to

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