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

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

bug#20629: 25.0.50; Regression: TAGS broken, can't find anything in C++


From: Dmitry Gutov
Subject: bug#20629: 25.0.50; Regression: TAGS broken, can't find anything in C++ files.
Date: Sat, 30 May 2015 15:52:19 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 05/30/2015 09:52 AM, Eli Zaretskii wrote:

The crucial difference is that the number of matches must now be
small, something that required us to remove the method which could
cope with qualified tags when the symbol at point was unqualified.

I suppose so.

True.  But the original arrangement worked well with both with
find-tag and with completions; now that we removed tag-symbol-match-p
and qualified names, completion is less user-friendly.

But it wasn't ideal either. For instance, with C++, completion couldn't offer unqualified method names, because the indexer always qualified them. It was up to the user to figure out that typing an unqualified method name and pressing RET would still yield something useful.

So I think we should default to having 2 entries for each such tag.

Another thing to consider is the possibility of merging Ex-Ctags and Etags in the future. Compatible behaviors would make it easier on the users.





reply via email to

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