From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: etags for C++ Date: Mon, 25 Feb 2002 08:30:02 -0800 (PST) Organization: Sony Electronics Inc. Message-ID: <20020225.083002.60848172.Takaaki.Ota@am.sony.com> References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: quimby2.netfonds.no 1014673368 31225 195.204.10.66 (25 Feb 2002 21:42:48 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 25 Feb 2002 21:42:48 GMT Cc: eliz@is.elta.co.il, emacs-devel@gnu.org, rms@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16fStU-00087R-00 for ; Mon, 25 Feb 2002 22:42:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16fSqJ-0005vC-00; Mon, 25 Feb 2002 16:39:31 -0500 Original-Received: from mail6.fw-bc.sony.com ([160.33.98.73]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16fSox-0005sz-00; Mon, 25 Feb 2002 16:38:07 -0500 Original-Received: from mail1.bc.in.sel.sony.com (mail1.bc.in.sel.sony.com [43.144.65.11]) by mail6.fw-bc.sony.com (8.8.8/8.8.8) with ESMTP id VAA07209; Mon, 25 Feb 2002 21:38:02 GMT Original-Received: by mail1.bc.in.sel.sony.com id VAA04657; Mon, 25 Feb 2002 21:37:57 GMT Original-To: pot@gnu.org In-Reply-To: X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew version 3.0.54 on Emacs 21.1.90.1 / Mule 5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1539 Mon, 25 Feb 2002 09:27:04 +0100: Francesco Potorti` wrote: > find /project/root -name '*.[ch]' | xargs -n 2000 etags > > This is easier: > > find /project/root -name '*.[ch]'| etags - > > > So perhaps it could be a good idea to have an Emacs command that > would accept a few inputs, like the top-level directory and whether > to recurse into its subdirectories, and will then run etags as > appropriate. > > Ok, will consider this. Part of my todo list. Thank you. I think that will make use of etags more popular among novice emacs users. -Tak _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel