From: Andreas Matthias <andreas.matthias@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 21934@debbugs.gnu.org, dgutov@yandex.ru
Subject: bug#21934: 24.5; find-tag: reading TAGS file incorrectly
Date: Mon, 23 Nov 2015 18:28:14 +0100 [thread overview]
Message-ID: <877fl8r5g1.fsf@winky.hogwarts> (raw)
In-Reply-To: <8337vw1vra.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 23 Nov 2015 19:16:41 +0200")
Eli Zaretskii wrote:
>> From: Andreas Matthias <andreas.matthias@gmail.com>
>> Cc: dgutov@yandex.ru, 21934@debbugs.gnu.org
>> Date: Mon, 23 Nov 2015 17:50:40 +0100
>>
>> Eli Zaretskii wrote:
>>
>> >> From: Andreas Matthias <andreas.matthias@gmail.com>
>> >> Cc: Eli Zaretskii <eliz@gnu.org>, 21934@debbugs.gnu.org
>> >> Date: Sun, 22 Nov 2015 18:49:32 +0100
>> >>
>> >> >> 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").
>> >>
>> >> Yes, that's reasonable.
>> >
>> > I'm sorry: can I have a complete specification, please? Given a
>> > token that includes one or more of '.' and ':', how to determine the 2
>> > tags that etags should produce?
>>
>> See `funcname' in:
>>
>> http://www.lua.org/manual/5.3/manual.html#9
>
> Thanks, but that's not all the information I need. What's missing is
> which part(s) of a funcname would you like etags to record. Do you
> want each "Name" component to be recorded, or just some of them?
>
> IOW, if we have foo.bar.baz.more, what should be recorded in addition
> to the whole foo.bar.baz.more token? Just bar.baz.more, or something
> else? What about foo.bar.baz:more?
As Dmitry said. Both the fully qualified tag name and the local tag name.
foo.bar.baz.more should be tagged as:
foo.bar.baz.more
more
foo.bar.baz:more should be tagged as:
foo.bar.baz:more
more
next prev parent reply other threads:[~2015-11-23 17:28 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 19:47 bug#21934: 24.5; find-tag: reading TAGS file incorrectly Andreas Matthias
2015-11-17 4:01 ` Dmitry Gutov
2015-11-17 16:06 ` Eli Zaretskii
2015-11-17 17:21 ` Andreas Matthias
2015-11-17 17:24 ` Dmitry Gutov
2015-11-17 17:40 ` Andreas Matthias
2015-11-17 17:46 ` Dmitry Gutov
2015-11-17 19:38 ` Andreas Matthias
2015-11-18 1:56 ` Dmitry Gutov
2015-11-21 13:07 ` Eli Zaretskii
2015-11-22 1:17 ` Dmitry Gutov
2015-11-22 4:38 ` Dmitry Gutov
2015-11-22 14:08 ` Andreas Matthias
2015-11-22 14:33 ` Dmitry Gutov
2015-11-22 14:41 ` Dmitry Gutov
2015-11-22 15:06 ` Andreas Matthias
2015-11-22 15:23 ` Dmitry Gutov
2015-11-22 16:41 ` Andreas Matthias
2015-11-22 16:43 ` Dmitry Gutov
2015-11-22 16:12 ` Eli Zaretskii
2015-11-22 16:54 ` Dmitry Gutov
2015-11-22 17:38 ` Eli Zaretskii
2015-11-22 17:43 ` Dmitry Gutov
2015-11-22 17:49 ` Andreas Matthias
2015-11-22 18:13 ` Eli Zaretskii
2015-11-23 16:50 ` Andreas Matthias
2015-11-23 17:16 ` Eli Zaretskii
2015-11-23 17:28 ` Andreas Matthias [this message]
2015-11-23 18:17 ` Eli Zaretskii
2015-11-28 10:33 ` Eli Zaretskii
2015-11-28 17:25 ` Andreas Matthias
2015-11-30 17:34 ` Eli Zaretskii
2015-11-28 17:25 ` Andreas Matthias
2015-11-22 18:09 ` Eli Zaretskii
2015-11-22 18:27 ` Andreas Matthias
2015-11-22 18:33 ` Dmitry Gutov
2015-11-22 18:52 ` Andreas Matthias
2015-11-26 2:41 ` Dmitry Gutov
2015-11-17 11:05 ` Stephen Leake
2015-11-17 17:17 ` Andreas Matthias
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877fl8r5g1.fsf@winky.hogwarts \
--to=andreas.matthias@gmail.com \
--cc=21934@debbugs.gnu.org \
--cc=dgutov@yandex.ru \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.