[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: grep-at-point
From: |
Drew Adams |
Subject: |
RE: grep-at-point |
Date: |
Wed, 11 Jan 2017 13:01:03 -0800 (PST) |
> 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.
Re: grep-at-point, John Mastro, 2017/01/11
RE: grep-at-point,
Drew Adams <=
- Re: grep-at-point, Joe Riel, 2017/01/11
- 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