]> git.eshelyaron.com Git - emacs.git/commit
Support using ripgrep in project-find-regexp and friends
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 4 Dec 2020 01:37:10 +0000 (03:37 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 4 Dec 2020 01:47:49 +0000 (03:47 +0200)
commitf2a3d6e28d81dc2890e99afd550b59ff01fac5d9
tree1ee9d4027446a3a0628d5448c1191729c86419c3
parent25df2375dbe8b8da98957876437b9b9a5c56b860
Support using ripgrep in project-find-regexp and friends

Performance results vary here.  Some projects and search terms
don't see much of a change, but for some (including Emacs sources
checkout and case-insensitive search) the switch to ripgrep shows
~2-3x speed improvement.  Another piece of anecdata here:
https://lists.gnu.org/archive/html/emacs-devel/2020-06/msg00802.html

* lisp/progmodes/xref.el (xref-search-program-alist)
(xref-search-program): New user options.
(xref-matches-in-files): Use them.
etc/NEWS
lisp/progmodes/xref.el