From: Friedrich Dominicus <frido@q-software-solutions.com>
Subject: Re: TAGS
Date: Mon, 05 Jan 2004 08:13:59 +0100 [thread overview]
Message-ID: <873cau98aw.fsf@fbigm.here> (raw)
In-Reply-To: mailman.938.1073284523.868.help-gnu-emacs@gnu.org
"Jack Wang" <jw2000@excite.com> writes:
> Hi all:
>
>
>
> How to generate TAGS file in a complex directory structure (with
> many subdirectories)?
depends on the Shell and number of files you're using in zsh e.g you
can just get away with
etags **/*.{c,cc,h} but if there are too many files the command line
will get overflowed.
The other thing which works
find . -name "*.{c,cc,h}" -exec etags -a -o SOME-TAGS-FILE {} \;
which will call etags on any file and append that stuff to
SOME_TAGS-FILE, well minor errors I may have introduced ;-)
Regards
Friedrich
next parent reply other threads:[~2004-01-05 7:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.938.1073284523.868.help-gnu-emacs@gnu.org>
2004-01-05 7:13 ` Friedrich Dominicus [this message]
2012-11-09 13:00 tags johnrarellano
2012-11-09 13:12 ` tags Giovanni Ridolfi
2012-11-09 17:17 ` tags Samuel Wales
[not found] <mailman.24.1295774756.8897.help-gnu-emacs@gnu.org>
2011-01-23 9:44 ` TAGS rusi
2011-01-23 17:15 ` TAGS Memnon Anon
[not found] ` <mailman.0.1295802921.7736.help-gnu-emacs@gnu.org>
2011-01-23 17:39 ` TAGS rusi
2011-01-23 10:00 ` TAGS harven
-- strict thread matches above, loose matches on Subject: below --
2011-01-23 8:12 TAGS simon cossar
2011-01-23 11:17 ` TAGS Peter Dyballa
2011-01-23 15:24 ` TAGS Perry Smith
2011-01-23 16:28 ` TAGS Peter Dyballa
2011-01-24 0:59 ` TAGS simon cossar
[not found] ` <mailman.5.1295830797.28254.help-gnu-emacs@gnu.org>
2011-01-24 3:53 ` TAGS rusi
[not found] ` <mailman.7.1295800089.26013.help-gnu-emacs@gnu.org>
2011-01-23 16:43 ` TAGS rusi
2011-01-23 21:50 ` TAGS simon cossar
[not found] ` <mailman.2.1295781488.8995.help-gnu-emacs@gnu.org>
2011-01-23 11:31 ` TAGS Alain Ketterlin
2004-01-05 5:30 TAGS Jack Wang
2004-01-05 6:01 ` TAGS 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873cau98aw.fsf@fbigm.here \
--to=frido@q-software-solutions.com \
/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.