]> git.eshelyaron.com Git - emacs.git/commit
find-dired: Add find-dired-with-command
authorAllen Li <darkfeline@felesatra.moe>
Mon, 27 Jun 2022 07:46:27 +0000 (09:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 27 Jun 2022 07:46:27 +0000 (09:46 +0200)
commitbc3b20b44164aad1b196518516ecf3645219ac72
tree28e8cb72ca64c3e0207be3bcf068d6c77279e114
parent995fb1677d640784f1ca58ef99a71314a3ac9d30
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.
etc/NEWS
lisp/find-dired.el