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: Oleksandr Gavenko
Subject: Re: How to create emacs TAG file for the sources.
Date: Wed, 09 Feb 2011 23:24:24 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

On 2011-02-04 10:32, Eli Zaretskii wrote:
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 -

More complex example you can found in recently updated page (by me xD):

  http://www.emacswiki.org/emacs/EtagsTable#toc2

--
Best regards!




reply via email to

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