help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to find when a feature was introduced


From: Rusi
Subject: Re: How to find when a feature was introduced
Date: Sat, 9 Jul 2016 23:51:05 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

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