From: Shiyuan <gshy2014@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: regular expression in find-tag-regexp
Date: Sat, 1 Oct 2011 11:03:38 -0500 [thread overview]
Message-ID: <CAOm4EMsPTsTn7_-WT0Sr_Px_6pZ73+UQ3F1S8epAreVMVZdWxA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2314 bytes --]
>>> >> If I use the Mat.*GetArray.* to search, find-tag-regexp will only
match
>>> >> MatGetArray_SeqAIJ but isearch-forward-regexp will match all except
the
>>> >> lower case matgetarray(). If I use the MatGetArray, find-tag-regexp
will
>>> >> match all of them including the matgetarray()? Anyone can explain why
it
>> is
>> >> so? If I want find-tag-regexp to find all of them( with or without the
>> >> matgetarray()), what regexp should I use? Thank you.
>>>
>>
>> If I use re-search-forward to search the regexp Mat.*GetArray.* on the
>> buffer visitng the TAGS file, it can also locate all the lines above. So
>> find-tag-regexp with the exact same regexp only gives me one match?
>I think there's a possible misunderstanding here. Did you use
>C-M-. once and expected it to find all of these matches? If so, your
>expectations are incorrect. Here's what the manual says about this
>command:
> The command `C-M-.' (`find-tag-regexp') visits the tags that match a
>specified regular expression. It is just like `M-.' except that it
>does regexp matching instead of substring matching.
>"It is just like `M-.'". And the description of M-. says:
>To find other tags that match the same substring, give `find-tag' a
>numeric argument, as in `C-u M-.'; this does not read a tag name, but
>continues searching the tags table's text for another tag containing
>the same substring last used.
>Therefore, the first time you use C-M-., it finds only the first
>match. To find each of the other matches, use "C-u C-M-." time and
>again, until you find the match you want.
>Does this resolve the problem?
Thanks for clarifying. But I was aware of this and I did use C-u C-M-. to
find next match So
I think there is something wrong with the TAGS file.
>The line number where the tag is in its file and the character number
>of the first character of that line.
The first is line number. But the second number is very large, some are tens
of thousands, but the source file don't have such a long line. I still want
to find out what's going wrong in the TAGS file, so it would be helpful if I
know better about TAGS files. Also there are some unprintable characters in
TAGS. I remember there is a mode which can show the Octal/Hex code for all
characters but I forget how to invoke this. Thanks.
[-- Attachment #2: Type: text/html, Size: 3267 bytes --]
next reply other threads:[~2011-10-01 16:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-01 16:03 Shiyuan [this message]
2011-10-01 16:19 ` regular expression in find-tag-regexp Drew Adams
2011-10-01 17:52 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2011-09-29 22:54 Shiyuan
2011-09-30 6:53 ` Eli Zaretskii
2011-09-30 22:55 ` Shiyuan
2011-10-01 8:09 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAOm4EMsPTsTn7_-WT0Sr_Px_6pZ73+UQ3F1S8epAreVMVZdWxA@mail.gmail.com \
--to=gshy2014@gmail.com \
--cc=eliz@gnu.org \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).