all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rusi <rustompmody@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to find when a feature was introduced
Date: Sat, 9 Jul 2016 23:51:05 -0700 (PDT)	[thread overview]
Message-ID: <9e793308-f7eb-40d4-a8db-ef69d7eb7681@googlegroups.com> (raw)
In-Reply-To: <mailman.936.1468088520.26859.help-gnu-emacs@gnu.org>

On Saturday, July 9, 2016 at 11:52:06 PM UTC+5:30, Kaushal Modi wrote:
> 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"))

Thanks Kaushal for the efforts
I just followed Drew's suggestion and replaced with-eval-after-load with
eval-after-load (!!)
And its working on the older installations


  parent reply	other threads:[~2016-07-10  6:51 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
     [not found]         ` <mailman.936.1468088520.26859.help-gnu-emacs@gnu.org>
2016-07-10  6:51           ` Rusi [this message]
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=9e793308-f7eb-40d4-a8db-ef69d7eb7681@googlegroups.com \
    --to=rustompmody@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.