emacs-devel
[Top][All Lists]
Advanced

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

Re: dired mode recursive delete


From: Juri Linkov
Subject: Re: dired mode recursive delete
Date: Mon, 04 Jun 2007 00:28:55 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> In case of cp and mv, currently Emacs uses their "emulations",
>> but it would be good to use external commands directly.
>
> Why would it be good?  It will certainly be slower.

Not necessarily slower: coreutils has fast implementation (maybe, even
faster that Emacs' own), and calling external process causes no big overhead.

But advantages of using external commands are numerous: they are rich of
features whose reimplementation in Emacs doesn't sound reasonable.

Please note that I don't propose replacing existing Emacs implementation
of basic copy and move operations by external commands.  I propose using
external commands only for functionality not available in Emacs, like
cross-partition move or `cp -u'.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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