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

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

bug#21934: 24.5; find-tag: reading TAGS file incorrectly


From: Dmitry Gutov
Subject: bug#21934: 24.5; find-tag: reading TAGS file incorrectly
Date: Sun, 22 Nov 2015 19:43:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0

On 11/22/2015 07:38 PM, Eli Zaretskii wrote:

If that's the conclusion, I think I can make etags do that for Lua.

Should that be done for tokens that include '.' and ':'?

I think so.

Can there be
more than one of these in a token, and if so, what should etags do?
IOW, if we have foo.bar.baz or foo:bar.baz etc., what should be the
result?

Just two, I think. foo.bar is not a function, and bar.baz probably won't be a "symbol at point".

So just the fully qualified tag name, and the local tag name ("baz").





reply via email to

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