emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: project-find-regexp using ripgrep


From: Eli Zaretskii
Subject: Re: project-find-regexp using ripgrep
Date: Mon, 22 Jun 2020 05:30:11 +0300

> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Mon, 22 Jun 2020 03:01:42 +0300
> Cc: emacs-devel <emacs-devel@gnu.org>
> 
> +(defcustom xref-search-command-template xref-grep-search-template
> +  "Command template to search a list of files piped from stdin.
> +
> +Allowed fields:
> +
> +  <C> for extra arguments such as -i and --color
> +  <R> for the regexp itself (in Extended format)"
> +  :type `(choice
> +          (const :tag "Use Grep" ,xref-grep-search-template)
> +          (const :tag "Use ripgrep" ,xref-ripgrep-search-template)
> +          (string :tag "User defined")))

Please don't forget the :version tag.

Also, I think this new option should be in NEWS.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]