[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in copy-directory
From: |
Chong Yidong |
Subject: |
Re: bug in copy-directory |
Date: |
Sun, 06 Feb 2011 08:33:33 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
> Now it is even worse. Going to the initial test case:
>
> - Create directory /tmp/test
> - Create directory /tmp/test/test
> - Create file /tmp/test/a
> - Create file /tmp/test/test/b
> - Apply (copy-directory "/tmp/test" "~/")
>
> You get "~/a", "~/test" and "~/test/b".
I asumme that, by (copy-directory "/tmp/test" "~/"), you mean
M-: (copy-directory "/tmp/test" "~/") RET.
The behavior for that is the same as on 23.2. If you want to copy into
a subdirectory in ~/, give it a non-nil copy-as-subdir arg.
- Re: bug in copy-directory, (continued)
- Re: bug in copy-directory, Chong Yidong, 2011/02/12
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/12
- Re: bug in copy-directory, Chong Yidong, 2011/02/12
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/14
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/12
- Re: bug in copy-directory, Michael Albinus, 2011/02/06
- Re: bug in copy-directory,
Chong Yidong <=
- Re: bug in copy-directory, Michael Albinus, 2011/02/07
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/07
- Re: bug in copy-directory, Michael Albinus, 2011/02/08
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/08
- Re: bug in copy-directory, Michael Albinus, 2011/02/08
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/08
- Re: bug in copy-directory, Michael Albinus, 2011/02/08
- Re: bug in copy-directory, Michael Albinus, 2011/02/08
- Re: bug in copy-directory, Chong Yidong, 2011/02/08
- Re: bug in copy-directory, Thierry Volpiatto, 2011/02/09