GNU bug report logs -
#5343
23.1.91; recursive directory copying is broken
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#5343: 23.1.91; recursive directory copying is broken
It has been closed by Michael Albinus <michael.albinus <at> gmx.de>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Michael Albinus <michael.albinus <at> gmx.de> by
replying to this email.
--
5343: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5343
Emacs Bug Tracking System
Contact bug-gnu-emacs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Stephen Berman <stephen.berman <at> gmx.net> writes:
> I confirm it's fixed. Thanks!
Closing bug in debbugs.
> Steve Berman
Best regards, Michael.
[Message part 3 (message/rfc822, inline)]
1. emacs -Q
2. Make a directory /tmp/test, add to it a file named "a" and a
directory named "test", and add to /tmp/test/test a file named "b".
3. Type `M-x copy-directory RET /tmp/test RET ~ RET' to copy /tmp/test
recursively to ~.
4. Type `C-x d' and at the prompt `~' to visit ~ in Dired, put the
cursor on the directory "test" and type `i' to open "test" as a
subdirectory. This is the result:
/home/steve/test:
total used in directory 16 available 7794948
-rw-r--r-- 1 steve users 4 2010-01-08 23:57 a
-rw-r--r-- 1 steve users 7 2010-01-08 23:57 b
Using `C' in Dired gives the same broken result. In Emacs 23.1
recursive directory copying by `C' in Dired (copy-directory does not
exist in 23.1) works correctly, i.e., shows this:
/home/steve/test:
total used in directory 16 available 7794944
-rw-r--r-- 1 steve users 4 2010-01-08 23:31 a
drwxr-xr-x 2 steve users 4096 2010-01-09 00:06 test
/home/steve/test/test:
total used in directory 12 available 7794944
-rw-r--r-- 1 steve users 7 2010-01-08 23:32 b
In GNU Emacs 23.1.91.1 (i686-pc-linux-gnu, GTK+ Version 2.18.1)
of 2010-01-06 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
This bug report was last modified 15 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.