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, 27 Feb 2012 08:24:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

> Because if we don't do that, we have to create new directory Test1 and
> then test if Test1 is a subdir of Test.

No we don't have to do that.  We can do the extra work in copy-directory
(so we call file-equal-p on "~/test" rather than on "~/test/test1" when
"~/test/test1" doesn't exist yet).


        Stefan





reply via email to

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