[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grep-at-point
From: |
Joe Riel |
Subject: |
Re: grep-at-point |
Date: |
Wed, 11 Jan 2017 13:29:23 -0800 |
On Wed, 11 Jan 2017 13:01:03 -0800 (PST)
Drew Adams <drew.adams@oracle.com> wrote:
> > Before writing one, is there an elisp function
> > that returns a buffer of links to file locations
> > where the elisp symbol at point is used?
> >
> > I'm only concerned with the files in the current directory.
> > Am currently using M-x grep. Maybe all I really need
> > is a grep-at-point function, which greps for the symbol at point.
>
> Doesn't `M-x grep RET M-n' give you what you want? If point
> is on a Lisp symbol then `M-n' yanks it as the default value.
It does. I wasn't aware that grep set a special history list. Nice.
--
Joe Riel
- Re: grep-at-point, (continued)
Re: grep-at-point, John Mastro, 2017/01/11
RE: grep-at-point, Drew Adams, 2017/01/11
- Re: grep-at-point,
Joe Riel <=
- xref-find-references in elisp (Was: Re: grep-at-point), Kaushal Modi, 2017/01/11
- Re: xref-find-references in elisp (Was: Re: grep-at-point), Dmitry Gutov, 2017/01/11
- Re: xref-find-references in elisp (Was: Re: grep-at-point), Kaushal Modi, 2017/01/11
- Re: xref-find-references in elisp (Was: Re: grep-at-point), Dmitry Gutov, 2017/01/11
- Re: xref-find-references in elisp (Was: Re: grep-at-point), Kaushal Modi, 2017/01/11
RE: grep-at-point, Drew Adams, 2017/01/11
Re: grep-at-point, Eric Abrahamsen, 2017/01/11
Re: grep-at-point, Thien-Thi Nguyen, 2017/01/11