1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
emacs/doc
Tino Calancha cbea38e5c4 dired-do-delete: Allow to delete dirs recursively without prompts
* lisp/dired.el (dired-delete-file): Accept 2 additional answers:
'all', to delete all directories recursively and no prompt anymore.
'quit', to cancel directory deletions (Bug#27940).
Show help message when user inputs 'help'.
(dired-do-flagged-delete): Bind locally dired-recursive-deletes
so that we can overwrite its global value.
Wrapp the loop within a catch '--delete-cancel to catch when
the user abort the directtry deletion.
* doc/emacs/dired.texi (Dired Deletion): Update manual.
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1):
Announce this change.
2017-08-06 13:46:51 +09:00
..
emacs dired-do-delete: Allow to delete dirs recursively without prompts 2017-08-06 13:46:51 +09:00
lispintro Allow occur command to operate on the region 2017-02-02 19:13:05 +09:00
lispref Clarify documentation of ':inherit' face attribute 2017-07-29 09:57:51 +03:00
man Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
misc Fix symbol completion and document it. 2017-07-17 19:58:12 +02:00