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: Anand Dhanakshirur
Subject: Re: How to create emacs TAG file for the sources.
Date: Fri, 4 Feb 2011 02:02:29 -0800 (PST)

That works..

--- On Fri, 2/4/11, Eli Zaretskii <eliz@gnu.org> wrote:

> From: Eli Zaretskii <eliz@gnu.org>
> Subject: Re: How to create emacs TAG file for the sources.
> To: "Anand Dhanakshirur" <adhanakshirur@yahoo.com>
> Cc: cedet-semantic@lists.sourceforge.net, help-gnu-emacs@gnu.org
> Date: Friday, February 4, 2011, 2:02 PM
> > 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]