emacs-devel
[Top][All Lists]
Advanced

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

Re: etags for C++


From: Francesco Potorti`
Subject: Re: etags for C++
Date: Mon, 25 Feb 2002 09:27:04 +0100

        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.



reply via email to

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