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: Juanma Barranquero <lekktu <at> gmail.com>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 10489 <at> debbugs.gnu.org, Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
Subject: bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarchy
Date: Fri, 13 Jan 2012 14:13:16 +0100
On Fri, Jan 13, 2012 at 14:11, Juanma Barranquero <lekktu <at> gmail.com> wrote:

>   (compare-strings (file-truename (expand-file-name name1 dir))
>                    (file-truename (expand-file-name name2 dir))
>                    nil nil
>                    read-file-name-completion-ignore-case))

Sorry, I meant

  (compare-strings (file-truename (expand-file-name name1 dir)) 0 nil
                   (file-truename (expand-file-name name2 dir)) 0 nil
                   read-file-name-completion-ignore-case))

    Juanma




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.