GNU bug report logs - #10489
24.0.92; dired-do-copy may create infinite directory hierarchy

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Thu, 12 Jan 2012 19:36:01 UTC

Severity: important

Tags: patch

Merged with 11130

Found in version 24.0.92

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: 10489 <at> debbugs.gnu.org
Subject: bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarchy
Date: Tue, 28 Feb 2012 07:12:49 +0100
Thierry Volpiatto <thierry.volpiatto <at> gmail.com> writes:

> Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:
>
>>>> If you don't create "test1" and file-subdir-of-p is unable to handle a
>>>> non--existing directory,I don't understand how you want to do.
>>> I was saying that files-equal-p returns unexpected results in case both
>>> files do not exist. I haven't spoken about file-subdir-of-p.
>>
>> Exactly.  I don't think noexist is needed for subdir-p (it should accept
>> a non-existing dir for the `dir1' argument, without any need for
>> a noexist arg and it should reject a non-existing dir2), but I can live
>> with it, but file-equal-p only makes sense for existing files and should
>> not have a `noexist' argument.
> Ah! yes, thats sound good.
> Just need to remove check of file-directory-p for dir1 in f-subdir-of-p.
Note that the last check:
(files-equal-p (file-truename root) dir2)
can be:
(files-equal-p root dir2)
file-truename is not needed here.

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





This bug report was last modified 13 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.