* dired-mode works lacks support of common tasks
@ 2003-10-08 17:49 Paul Pogonyshev
0 siblings, 0 replies; 2+ messages in thread
From: Paul Pogonyshev @ 2003-10-08 17:49 UTC (permalink / raw)
It seems there is no simple way to copy or delete (recursively) a
directory in dired mode. Is it intentional for some reason? I doubt
it is in any way difficult to implement.
What i think would be logical is when i hit C on a directory, Emacs
automatically determines that it needs to do a recursive copy and
doesn't even bother asking me anything. And the same for d, x (maybe
with a more impressive confirmation prompt, since recursive deletion
of a directory is not something one would like to do accidentially).
Paul Pogonyshev
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: dired-mode works lacks support of common tasks
[not found] <mailman.1370.1065647647.21628.bug-gnu-emacs@gnu.org>
@ 2003-10-08 21:38 ` Johan Bockgård
0 siblings, 0 replies; 2+ messages in thread
From: Johan Bockgård @ 2003-10-08 21:38 UTC (permalink / raw)
Paul Pogonyshev <pogonyshev@gmx.net> writes:
> It seems there is no simple way to copy or delete (recursively) a
> directory in dired mode.
There is.
,----[ C-h v dired-recursive-copies RET ]
| dired-recursive-copies's value is nil
|
| Documentation:
| *Decide whether recursive copies are allowed.
| Nil means no recursive copies.
| `always' means copy recursively without asking.
| `top' means ask for each directory at top level.
| Anything else means ask for each directory.
|
| You can customize this variable.
|
| Defined in `dired-aux'.
`----
,----[ C-h v dired-recursive-deletes RET ]
| dired-recursive-deletes's value is nil
|
| Documentation:
| *Decide whether recursive deletes are allowed.
| Nil means no recursive deletes.
| `always' means delete recursively without asking. This is DANGEROUS!
| `top' means ask for each directory at top level, but delete its subdirectories
| without asking.
| Anything else means ask for each directory.
|
| You can customize this variable.
|
| Defined in `dired'.
`----
--
Johan Bockgård
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-08 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-08 17:49 dired-mode works lacks support of common tasks Paul Pogonyshev
[not found] <mailman.1370.1065647647.21628.bug-gnu-emacs@gnu.org>
2003-10-08 21:38 ` Johan Bockgård
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.