From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: A new command to apply changes to lines referenced in compilation buffers Date: Wed, 23 Dec 2020 17:57:36 +0200 Message-ID: <83sg7wplan.fsf@gnu.org> References: <8335zysecv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2983"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Daniel =?iso-8859-1?Q?Mart=EDn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 23 16:58:30 2020 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 1ks6Wz-0000fa-P0 for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Dec 2020 16:58:29 +0100 Original-Received: from localhost ([::1]:50984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ks6Wy-00042E-Qr for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Dec 2020 10:58:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ks6WK-0003K0-Qa for emacs-devel@gnu.org; Wed, 23 Dec 2020 10:57:48 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51963) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ks6WJ-0002jz-Iz; Wed, 23 Dec 2020 10:57:47 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4139 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ks6WH-0005aj-6Z; Wed, 23 Dec 2020 10:57:45 -0500 In-Reply-To: (message from Daniel =?iso-8859-1?Q?Mart=EDn?= on Wed, 23 Dec 2020 12:24:18 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:261607 Archived-At: > From: Daniel Martín > Cc: emacs-devel@gnu.org > Date: Wed, 23 Dec 2020 12:24:18 +0100 > > Eli Zaretskii writes: > > > > And I don't think I understand the rationale for trying not to use > > TAGS. Can you explain why you want to avoid that? > > Nothing against TAGS, the new feature can be an alternative for people > that prefer to perform mass renames using the edit-compile-edit cycle. Generating TAGS can be part of that cycle. 'etags' is very fast, so you can run it when and if needed.