From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Micha Feigin Newsgroups: gmane.emacs.help Subject: Re: produce tags-file for several directories with etags Date: Tue, 5 Oct 2004 18:07:36 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20041005160736.GF6311@luna.mooo.com> References: <87ekkd8ya7.fsf@rechner1.ddorf.de> <87ekkdtmmb.fsf@penguin.brutt.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096988886 760 80.91.229.6 (5 Oct 2004 15:08:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2004 15:08:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 05 17:07:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEqut-0003Da-00 for ; Tue, 05 Oct 2004 17:07:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEr1X-0002sG-6I for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Oct 2004 11:14:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEr1P-0002rs-Gv for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 11:14:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEr1O-0002rc-V3 for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 11:14:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEr1O-0002rO-QN for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 11:14:34 -0400 Original-Received: from [192.115.104.23] (helo=sa9.bezeqint.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEqub-00008H-T2 for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 11:07:34 -0400 Original-Received: from localhost (unknown [127.0.0.1]) by sa9.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id ADF2133B4D for ; Tue, 5 Oct 2004 17:05:27 +0200 (IST) Original-Received: from sa9.bezeqint.net ([127.0.0.1]) by localhost (sa9 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21924-06 for ; Tue, 5 Oct 2004 17:05:27 +0200 (IST) Original-Received: from litshi.luna.local (unknown [82.80.58.122]) by sa9.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP for ; Tue, 5 Oct 2004 17:05:27 +0200 (IST) Original-Received: from micha by litshi.luna.local with local (Exim 4.34) id 1CErqj-00035z-9b for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 18:07:37 +0200 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <87ekkdtmmb.fsf@penguin.brutt.org> User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: by amavisd-new at bezeqint.net X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21066 On Tue, Oct 05, 2004 at 07:45:00AM -0400, Benjamin Rutt wrote: > Fabian Braennstroem writes: > > > Hello, > > > > I want to produce a tags-file for a code which is spread over several > > directories. I am not able to find any option for etags to handle this. Just > > with the simple 'etags *' I get following for all directories: > > > > 'directory': it is not a regular file. > > > > Does anybody have an idea? > > I see from the headers that you are on linux. Then you certainly have > the 'find' command. Try the following command from the root directory > of your source tree: > > etags `find . -type f` Or use ctags -e -R (at least with exuberant-ctags) > -- > Benjamin Rutt > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. >