all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: rrandresf@gmail.com, emacs-devel@gnu.org
Subject: Re: project-find-regexp using ripgrep
Date: Mon, 22 Jun 2020 05:30:11 +0300	[thread overview]
Message-ID: <83y2ofu91o.fsf@gnu.org> (raw)
In-Reply-To: <15b1e532-99e7-5f43-defc-3c32072af3d6@yandex.ru> (message from Dmitry Gutov on Mon, 22 Jun 2020 03:01:42 +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	other threads:[~2020-06-22  2:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 21:30 project-find-regexp using ripgrep Dmitry Gutov
2020-06-18  9:49 ` Ergus
2020-06-18  9:55   ` Dmitry Gutov
2020-06-18 10:20     ` Ergus
2020-06-20  1:06 ` Dmitry Gutov
2020-06-20  4:09   ` andres.ramirez
2020-06-22  0:01     ` Dmitry Gutov
2020-06-22  2:30       ` Eli Zaretskii [this message]
2020-06-22 13:10         ` Dmitry Gutov
2020-06-22 14:53           ` Eli Zaretskii
2020-06-22  3:12       ` andrés ramírez
2020-12-04  1:56         ` Dmitry Gutov
2020-12-09  4:14           ` andrés ramírez
2020-12-09 21:46             ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83y2ofu91o.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=rrandresf@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.