Re: master e630bc4fd72: ; Fix some recently added docs.
Dmitry Gutov <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/09/2026 13:23, Sean Whitton wrote:
> - @kbd{M-'} finds all definitions of a certain kind for the identifier
> + @kbd{M-g .} (or @kbd{M-g M-.}) finds all definitions of a certain kind
Thanks!
+*** New command 'M-g .'/'M-g M-.' ('xref-find-by-kind').
Unusual, but works for me.
> +This command allows you to jump to a specific kind of definition, such
> +as a variable definition, instead of the function of the same name.
Interesting that you listed these. Personally I feel that "jump to
constructor" or "to face definition" are the coolest (with completion;
thus listing the defined structs or faces).
Anyway, this is obviously good info for those writing Emacs Lisp, but
less so for users of Eglot. I wonder who are more numerous these days.