all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* etags not working properly
@ 2013-08-27  6:46 Luca Ferrari
  2013-08-27 15:14 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Luca Ferrari @ 2013-08-27  6:46 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,
I'm trying to using etags against a quite larger project, the FreeBSD
source tree. What I've done is as follows:

cd /usr/src && find . -name '*.[ch]' -print0 | xargs -0 etags

After that, if I try to lookup (M-.) any tag, even the simpler and
common one, I got screwed: etags points me to another wrong location
or does not point me anywhere. For instance, "struct vmspace" is not
found, "struct vnode" points me to provnode, "struct rusage" points me
to a completely different #define, and so on.
Am I indexing the source tree in the wrong way?

I'm using emacs 24.3.1 with the associated etags.

Thanks,
Luca



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-28 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27  6:46 etags not working properly Luca Ferrari
2013-08-27 15:14 ` Eli Zaretskii
2013-08-28  6:44   ` Luca Ferrari
2013-08-28 14:48     ` Eli Zaretskii

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.