From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: etags for C++ Date: Sat, 23 Feb 2002 13:19:54 -0700 (MST) Message-ID: <200202232019.g1NKJs214647@aztec.santafe.edu> References: <20020221.081935.89922414.Takaaki.Ota@am.sony.com> <87zo218u3x.fsf@pot.cnuce.cnr.it> <20020222.065341.107713552.Takaaki.Ota@am.sony.com> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1014495869 6727 195.204.10.66 (23 Feb 2002 20:24:29 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 23 Feb 2002 20:24:29 GMT Cc: pot@gnu.org, eliz@is.elta.co.il, emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16eiia-0001kP-00 for ; Sat, 23 Feb 2002 21:24:28 +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 16eigW-0000OU-00; Sat, 23 Feb 2002 15:22:20 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16eieB-000083-00; Sat, 23 Feb 2002 15:19:55 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1NKJvu13885; Sat, 23 Feb 2002 13:19:57 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1NKJs214647; Sat, 23 Feb 2002 13:19:54 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Takaaki.Ota@am.sony.com In-reply-to: <20020222.065341.107713552.Takaaki.Ota@am.sony.com> (message from Tak Ota on Fri, 22 Feb 2002 06:53:41 -0800 (PST)) 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:1467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1467 etags is OK. For practical use etags must run on all relevant source files in the target project by something like this. find . -name "*.[chCH]" -print | etags - I am asking if we can provide easier way to perform above task. In above syntax manipulating "*.[chCH]" to include .cc, .cpp and .cxx is not trivial. Now I see that we have been misunderstanding each other. That example in the manual is meant to show how you can use find to select the files to etags to operate on. You seem to want an example showing how to find C and C++ files, but that isn't what it is intended for. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel