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

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

Re: How to find tags file in a recursive way?


From: Petter Gustad
Subject: Re: How to find tags file in a recursive way?
Date: 15 Jun 2007 12:36:32 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Weihua Jiang <weihua.jiang@gmail.com> writes:

> functionality VIM provided. I find it is quite useful when I
> processing deep directories.

I don't know the answer to your question, but for many purposes I
found the following quite useful:

find . -name '*.[chS]' -print0 | xargs -0 etags

Then use the single TAGS file for the whole source-tree.

Petter

-- 
________________________________________________________________________
Petter Gustad         8'h2B | ~8'h2B        http://www.gustad.com/petter


reply via email to

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