emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in copy-directory


From: Michael Albinus
Subject: Re: bug in copy-directory
Date: Fri, 11 Feb 2011 09:32:17 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Thierry Volpiatto <address@hidden> writes:

> Stefan Monnier <address@hidden> writes:
>
>>> In the shell, of course, you just do "cp -r /foo/* /bar".  That's
>>> because cp acts on both files and directories; copy-directory only
>>> copies directories.  This implies that giving copy-directory cp-like
>>> semantics might be a mistake.
>>
>> OK.
> If you want to keep the ability to do "cp -r /foo/* /bar" you can just
> add a new arg copy-contents-only (or whatever name) to copy-directory:
>
> (defun copy-directory (directory newname &optional keep-time parents 
> copy-contents-only)

I'm in favor of this proposal (compared with the recently introduced
`copy-as-subdir'). Thierry's proposal keeps the semantics of
`copy-directory', and the changed semantics are activated by the
optional argument.

> NOTE:
> - this feature would not work with tramp names without changes to
>   tramp.
>   However (copy-directory "/foo" "/existing/directory/bar")
>   will work without changes.

Changes in Tramp would be simple.

Best regards, Michael.



reply via email to

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