help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xref-find-definitions


From: Dmitry Gutov
Subject: Re: xref-find-definitions
Date: Thu, 25 Feb 2021 14:38:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 25.02.2021 10:43, Philip Kaludercic wrote:
Depending on the backend, it will call the method
xref-backend-identifier-at-point, that defaults to symbol-at-point, so
it doesn't use a regular expression in that sense.

symbol-at-point ultimately delegates to forward-symbol, which uses certain regexps.

But find-tag--default also adds a few ways the major mode can override the bounds-finding logic.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]