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: Thu, 28 May 2015 13:22:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 05/28/2015 05:50 AM, Eli Zaretskii wrote:

I _was_ talking about explicit tag names.

AFAICS, 'etags -Q' doesn't generate explicit tag names for C++ (for cases we're currently discussing). Only patterns, to be matched implicitly.

In any case, tag-exact-match-p is designed to be inflexible, so it's not something we should change.

Exuberant ctags does have such an option: --extra=+q.

This brings us to the third option. Here's what the 'ctags -e --extra=+q' output looks like:

x.cc,210
class XXXX1,0
class YYYY8,54
XX::foo()foo16,98
XX::foo()XX::foo16,98
XX::bar()bar22,132
XX::bar()XX::bar22,132
YY::bar()bar28,163
YY::bar()YY::bar28,163
main(int argc, char *argv[])main34,193





reply via email to

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