|
From: | Dmitry Gutov |
Subject: | Re: xref-find-matches and stuff |
Date: | Mon, 11 May 2015 04:46:43 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 |
On 05/11/2015 04:01 AM, Stefan Monnier wrote:
I mostly agree. Nevertheless, as mentioned in an earlier example, etags misses symbols. Typically, all but one of the symbols created by "complex" declarations such `cl-defstruct' or `define-derived-mode'. xref/elisp does get those right, but misses other.
For cl-defstruct accessors and predicates (and even constructors), find-func knows which file to find them in, but reliably fails to find them inside that file.
Though that should be easier to fix than to make etags recognize them.
[Prev in Thread] | Current Thread | [Next in Thread] |