From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re: etags name collision. Date: Tue, 12 Apr 2022 03:21:48 -0400 Message-ID: References: <20220411134749.ps6g5ulpbamzm6ot@Ergus> <83k0bv679q.fsf@gnu.org> <20220411154635.qfw2ijpdahiv5ctl@Ergus> <83fsmj62jl.fsf@gnu.org> <20220411161942.xsqr3ekorpm6jf6y@Ergus> <83ee2360aq.fsf@gnu.org> <20220411191933.wyxvmgpyd4hnpfc2@Ergus> <20220411195350.7jhugti3e3vng6yx@Ergus> <20220411222042.ew7js5rneved7k5m@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38947"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ulm@gentoo.org, eliz@gnu.org, emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 12 09:27:20 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1neAvo-000A2h-1V for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Apr 2022 09:27:20 +0200 Original-Received: from localhost ([::1]:41022 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neAvm-0000mB-Id for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Apr 2022 03:27:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neAqT-0004bd-Hn for emacs-devel@gnu.org; Tue, 12 Apr 2022 03:21:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neAqT-0006be-70; Tue, 12 Apr 2022 03:21:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=Pa+via6iHdO7ZxetPPnxjIPtYmqmyO8j+kPgyeajbpo=; b=Ls+sOX6cUf71 yl+aQrC1blnKBgZ4NZegiHEZVFX4SHlBg8ydLXUu5gqw8t+aAUCFfsMqkHp1iFYA0GOaxHSFNZrWM PiXgIVdr8aYhhYxehChGkleN6AQSs7Mr9K46eYxSsHrwckRmrnKl8DgUYd8VMKDnuSK7NdcSe6L20 GhQ6+kj9cRwET81oxux1uwwqxIZw/KHXBTlAwFkpIKozfZ5AF/ABA6JUCXQslzEgkKICDEsa2jmrp pqVkFWHZpzPNTVzLLN5L4bgfqIllLDi43jJcf6iSqnKjd/VWbqHB6uMScP2xyvoaa8TC8dmnyyFOL gzo4xMaXNlnNFSqzXdqgCg==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1neAqS-0005g7-W9; Tue, 12 Apr 2022 03:21:49 -0400 In-Reply-To: <20220411222042.ew7js5rneved7k5m@Ergus> (message from Ergus on Tue, 12 Apr 2022 00:20:42 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288274 Archived-At: >> The option --with-ctags means rely on System ctags. I don't think you >> need anything new. > >Universal ctags isn't more "system" than Emacs. They're both packages. >(Again, this is from a distro point of view.) emacs's ctags is not a package but just an executable inside another package. On some systems /usr/bin/ctags is always GNU Emacs ctags (e.g., Gentoo GNU/Linux); not Exuberant Ctags which is installed as exuberant-ctags. If Emacs Ctags is missing something, I'm sure Eli et al would be very happy to see such patches.