From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: etags for C++ Date: Mon, 25 Feb 2002 09:27:04 +0100 Organization: X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1014630041 1031 195.204.10.66 (25 Feb 2002 09:40:41 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 25 Feb 2002 09:40:41 GMT Cc: emacs-devel@gnu.org, Takaaki.Ota@am.sony.com, Richard Stallman Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16fHce-0000GX-00 for ; Mon, 25 Feb 2002 10:40:40 +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 16fGX5-0002YP-00; Mon, 25 Feb 2002 03:30:51 -0500 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16fGTd-0002B7-00; Mon, 25 Feb 2002 03:27:17 -0500 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.34 #1 (Debian)) id 16fGTQ-0000J2-00; Mon, 25 Feb 2002 09:27:04 +0100 Original-To: Eli Zaretskii In-reply-to: (eliz@is.elta.co.il) 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:1514 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1514 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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel