emacs-devel
[Top][All Lists]
Advanced

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

Re: etags for C++


From: Tak Ota
Subject: Re: etags for C++
Date: Mon, 25 Feb 2002 08:30:02 -0800 (PST)

Mon, 25 Feb 2002 09:27:04 +0100: Francesco Potorti` <address@hidden> wrote:

>       find /project/root -name '*.[ch]' | xargs -n 2000 etags
> 
> This is easier:
> 
>  find /project/root -name '*.[ch]'| etags -
>    
> 
>    So perhaps it could be a good idea to have an Emacs command that
>    would accept a few inputs, like the top-level directory and whether
>    to recurse into its subdirectories, and will then run etags as
>    appropriate.
>    
> Ok, will consider this.  Part of my todo list.

Thank you.  I think that will make use of etags more popular among
novice emacs users.

-Tak



reply via email to

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