diff options
author | Allen Li <darkfeline@felesatra.moe> | 2022-06-27 09:46:27 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-27 09:46:27 +0200 |
commit | bc3b20b44164aad1b196518516ecf3645219ac72 (patch) | |
tree | 28e8cb72ca64c3e0207be3bcf068d6c77279e114 /etc | |
parent | 995fb1677d640784f1ca58ef99a71314a3ac9d30 (diff) | |
download | emacs-bc3b20b44164aad1b196518516ecf3645219ac72.tar.gz |
find-dired: Add find-dired-with-command
Add a command that runs and sets up the find-dired buffer with an
arbitrary find command. Also rewrite the existing find-dired commands
using it.
The set of commands possible with find-dired is limited; the new
command allows users to run the full set of commands, but also leaves
the responsibility to the user to construct the command manually.
* lisp/find-dired.el (find-command-history): New var.
(find-dired-with-command): New command.
(find-dired): Rewritten with new command.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1381,6 +1381,13 @@ doesn't work on other systems. Also see etc/PROBLEMS. These are used to alter an URL before using it. By default it removes the common "utm_" trackers from URLs. +** Find-Dired + +*** New command 'find-dired-with-command'. +This enables users to run 'find-dired' with an arbitrary command, +enabling running commands previously unsupported and also enabling new +commands to be built on top. + ** Gnus +++ |