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

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

Re: How to create emacs TAG file for the sources.


From: Eli Zaretskii
Subject: Re: How to create emacs TAG file for the sources.
Date: Fri, 04 Feb 2011 10:32:39 +0200

> Date: Thu, 3 Feb 2011 20:19:55 -0800 (PST)
> From: Anand Dhanakshirur <adhanakshirur@yahoo.com>
> Cc: emacs help <help-gnu-emacs@gnu.org>
> 
> I want to create emacs TAG files for the sources(*.cpp, *c, *.h files)
> The root of the sources is say /home/asd/temp.
> What is the command for that?

Try this:

   find /home/asd/temp -name "*.[ch]" -o -name "*.cpp" | etags -



reply via email to

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