From: Francesco Potorti` <pot@gnu.org>
To: alinsoar@voila.fr
Cc: "Emacs Dev \[emacs-devel\]" <emacs-devel@gnu.org>
Subject: Re: ETAGS & find-tag
Date: Thu, 01 Mar 2007 08:22:19 +0100 [thread overview]
Message-ID: <E1HMfcJ-000553-IJ@tucano.isti.cnr.it> (raw)
In-Reply-To: <22920027.396161172706718894.JavaMail.www@wwinf4004>
>Do you consider normal that M-. <find-tag>
>
>jumps in order to the following definitions (of function or variable) using C-u as prefix :
>
>find-tag-hook
>find-tag-default-function
>
>but not to... find-tag?
No. It should jump to find-tag first, then to the other ones. In fact,
I cannot reproduce the behaviour you describe.
>I opened TAGS file, and <find-tag> was not there.
Which etags did you use? I can see the tag whith either new or old
etags.
>Still I had created the TAGS by
>find -name *.[ch] -o -name *.el | xargs etags -
In this particular case this works, but don't do that in general,
because xargs may make two calls to etags as the consequence of too many
arguments, and in this case you would get a second TAGS overwriting the
first one without any warnings. For Emacs, just do `make tags'.
prev parent reply other threads:[~2007-03-01 7:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 23:51 ETAGS & find-tag A Soare
2007-03-01 7:22 ` Francesco Potorti` [this message]
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=E1HMfcJ-000553-IJ@tucano.isti.cnr.it \
--to=pot@gnu.org \
--cc=alinsoar@voila.fr \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).