]> git.eshelyaron.com Git - emacs.git/commit
Add xref-based replacements for Dired search commands
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 18 Jan 2016 19:11:46 +0000 (22:11 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 18 Jan 2016 19:14:17 +0000 (22:14 +0300)
commit36b0729ce765c132e04586be0e2deca405b4c313
tree73bb61012ea69e263966e9b743b8544c8a4c71c5
parent5b62b980f9d89758211959486681dcb8d416ef84
Add xref-based replacements for Dired search commands

* lisp/dired-aux.el (dired-do-find-regexp)
(dired-do-find-regexp-and-replace): New commands.
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00864.html

* lisp/dired.el (dired-mode-map): Change bindings for `A' and
`Q' to the new commands.

* lisp/progmodes/xref.el (xref-query-replace)
(xref-collect-matches): Add progress reporters.
(xref--find-ignores-arguments): Return nil for zero ignores.
(xref--show-xrefs): Add an optional argument.
(xref-collect-matches): Drop the assert.  'find' accepts a
regular file in place of directory argument, too.
lisp/dired-aux.el
lisp/dired.el
lisp/progmodes/xref.el