help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: produce tags-file for several directories with etags


From: Micha Feigin
Subject: Re: produce tags-file for several directories with etags
Date: Tue, 5 Oct 2004 18:07:36 +0200
User-agent: Mutt/1.5.6+20040907i

On Tue, Oct 05, 2004 at 07:45:00AM -0400, Benjamin Rutt wrote:
> 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`

Or use ctags -e -R (at least with exuberant-ctags)

> -- 
> Benjamin Rutt
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>  
>  +++++++++++++++++++++++++++++++++++++++++++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]