emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in copy-directory


From: Thierry Volpiatto
Subject: Re: bug in copy-directory
Date: Mon, 07 Feb 2011 18:32:59 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.93 (gnu/linux)

Michael Albinus <address@hidden> writes:

> But if I apply in Emacs 23
>
> M-: (copy-directory "/tmp/test" "~/") RET
>
> I get
>
> # ll -R ~/test
> /home/albinus/test:
> total 8
> drwxr-xr-x  2 albinus albinus 4096 2011-02-07 17:42 .
> drwxr-xr-x 66 albinus albinus 4096 2011-02-07 17:42 ..
> -rw-r--r--  1 albinus albinus    0 2011-02-07 17:42 b

Michael, could you apply the patch i sent here to Stefan and do:

M-: (copy-directory "/tmp/test" "~/") RET

You will see it works fine.

M-x copy-directory works fine too

and copying from dired works fine also.

Otherwise in the actual state you must do for non--interactive calls:

(copy-directory "/tmp/test" "~/" nil nil t)

which i understand is unacceptable.

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



reply via email to

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