all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Rustom Mody <rustompmody@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to find when a feature was introduced
Date: Sat, 09 Jul 2016 18:21:45 +0000	[thread overview]
Message-ID: <CAFyQvY0r+mbturNgTH1UR-fw+4zneu3OxmX5ckh_h_-4xxkxTg@mail.gmail.com> (raw)
In-Reply-To: <80bd016a-346f-4a32-bfe7-33b4b374d77e@default>

Hi Rustom,

Here's a quick update on the code snippets I emailed earlier.

If you use the counsel package and ag, I recently requested a PR and that
got accepted. If you use the latest version of counsel from Melpa, the
function to search in all NEWS files is now simply this:

  (defun counsel-ag-news (&optional initial-input)
    "Search for a pattern in NEWS files using ag.
INITIAL-INPUT can be given as the initial minibuffer input."
    (interactive)
    (counsel-ag initial-input data-directory " -G '/NEWS'" "Search NEWS"))
-- 

-- 
Kaushal Modi


  reply	other threads:[~2016-07-09 18:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08  4:28 How to find when a feature was introduced Rusi
2016-07-08  4:41 ` Kaushal Modi
2016-07-08  4:53   ` Paul Rankin
2016-07-08  5:44     ` Drew Adams
2016-07-08 16:40       ` Drew Adams
2016-07-09 18:21         ` Kaushal Modi [this message]
     [not found]         ` <mailman.936.1468088520.26859.help-gnu-emacs@gnu.org>
2016-07-10  6:51           ` Rusi
2016-07-08  6:43 ` Eli Zaretskii
2016-07-08 16:33   ` Kaushal Modi

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=CAFyQvY0r+mbturNgTH1UR-fw+4zneu3OxmX5ckh_h_-4xxkxTg@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rustompmody@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.