From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17782 invoked by alias); 7 Mar 2011 18:00:33 -0000 Received: (qmail 17771 invoked by uid 22791); 7 Mar 2011 18:00:32 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 18:00:24 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LHP00J008J1EU00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Mon, 07 Mar 2011 20:00:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.58.59]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LHP00JEU8OIEG10@a-mtaout23.012.net.il>; Mon, 07 Mar 2011 20:00:21 +0200 (IST) Date: Mon, 07 Mar 2011 18:42:00 -0000 From: Eli Zaretskii Subject: Re: add TAGS target in testsuite In-reply-to: To: Tom Tromey Cc: pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k4gahkxr.fsf@gnu.org> References: <21165.0532474325$1299518488@news.gmane.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00475.txt.bz2 > From: Tom Tromey > Cc: > Date: Mon, 07 Mar 2011 10:24:21 -0700 > > Pierre> etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' \ > Pierre> `find ../../../src/gdb/testsuite -name '*.exp' -print` > Pierre> etags: Warning: "--language" option is obsolete; use "--language-force" > Pierre> instead > Pierre> etags: Unknown language "none" in "language" option > > I think that the Emacs etags defines the etags interface. > If Exuberant Ctags is incompatible, then that is their bug. Do bad things happen if you don't specify --language=none? > I suppose one could write configury for this, but it seems like more > trouble than it is worth to me. > > If you prefer, I can revert this patch. I don't think this is reason good enough to revert the patch. However, wouldn't "find ... | etags ... -" be slightly better?