From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: etags for C++ Date: Fri, 22 Feb 2002 16:31:38 +0100 Message-ID: References: <20020221.081935.89922414.Takaaki.Ota@am.sony.com> <87zo218u3x.fsf@pot.cnuce.cnr.it> <20020222.065341.107713552.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: quimby2.netfonds.no 1014392097 2833 195.204.10.66 (22 Feb 2002 15:34:57 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 22 Feb 2002 15:34:57 GMT Cc: pot@gnu.org, eliz@is.elta.co.il, rms@gnu.org, 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 16eHiq-0000jb-00 for ; Fri, 22 Feb 2002 16:34:56 +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 16eHhB-0003na-00; Fri, 22 Feb 2002 10:33:13 -0500 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16eHfm-00038s-00; Fri, 22 Feb 2002 10:31:46 -0500 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 90BC21E688; Fri, 22 Feb 2002 16:31:45 +0100 (MET) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: Tak Ota X-Yow: This PORCUPINE knows his ZIPCODE.. And he has ``VISA''!! In-Reply-To: <20020222.065341.107713552.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Fri, 22 Feb 2002 06:53:41 -0800 (PST)") Original-Lines: 22 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux) 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:1422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1422 Tak Ota writes: |> 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. What's wrong with this: find . \( -name "*.[chCH]" -o -name "*.cc" -o -name "*.cpp" -o -name "*.cxx" \) -print Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel