[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xref-find-references in elisp (Was: Re: grep-at-point)
From: |
Dmitry Gutov |
Subject: |
Re: xref-find-references in elisp (Was: Re: grep-at-point) |
Date: |
Thu, 12 Jan 2017 02:14:37 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Thunderbird/50.0 |
On 12.01.2017 01:15, Kaushal Modi wrote:
Correct me if I am wrong, but it looks like semantic/symref is not used at
all by xref-find-references (probably in emacs-lisp-mode only?)
The package is used. Semantic's parsers are not used, though.
So regardless of availability of idutils or global, it just
uses elisp--xref-find-definitions.
Not true. That function is for definitions.
So if I call xref-find-references in an emacs-lisp-mode buffer,
semantic/symref is never required and `semantic-symref-detect-symref-tool'
is never called.
Both things happen over here.
- 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, Drew Adams, 2017/01/11
Re: grep-at-point, Eric Abrahamsen, 2017/01/11
Re: grep-at-point, Thien-Thi Nguyen, 2017/01/11