unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Benjamin Rutt <rutt.4+news@osu.edu>
Subject: Re: produce tags-file for several directories with etags
Date: Tue, 05 Oct 2004 07:45:00 -0400	[thread overview]
Message-ID: <87ekkdtmmb.fsf@penguin.brutt.org> (raw)
In-Reply-To: 87ekkd8ya7.fsf@rechner1.ddorf.de

Fabian Braennstroem <f.braennstroem@gmx.de> writes:

> Hello,
>
> I want to produce a tags-file for a code which is spread over several
> directories. I am not able to find any option for etags to handle this. Just
> with the simple 'etags *' I get following for all directories:
>
>  'directory': it is not a regular file.
>
> Does anybody have an idea?

I see from the headers that you are on linux.  Then you certainly have
the 'find' command.  Try the following command from the root directory
of your source tree:

etags `find . -type f`
-- 
Benjamin Rutt

  reply	other threads:[~2004-10-05 11:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-05  6:38 produce tags-file for several directories with etags Fabian Braennstroem
2004-10-05 11:45 ` Benjamin Rutt [this message]
2004-10-05 16:07   ` Micha Feigin
2004-10-05 20:15   ` Edgar Denny
2004-10-06  5:42     ` Fabian Braennstroem

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=87ekkdtmmb.fsf@penguin.brutt.org \
    --to=rutt.4+news@osu.edu \
    /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).