From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ingo Lohmar Newsgroups: gmane.emacs.devel Subject: Re: tags-loop-continue Date: Sat, 09 Jan 2016 20:59:38 +0100 Message-ID: <87fuy6mslx.fsf@acer.localhost.com> References: <83wprimto9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452369604 28548 80.91.229.3 (9 Jan 2016 20:00:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2016 20:00:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 09 20:59:59 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aHzg7-0005M9-4s for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2016 20:59:59 +0100 Original-Received: from localhost ([::1]:42640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHzg6-0005Jq-Hc for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2016 14:59:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHzfu-0005Gm-4N for emacs-devel@gnu.org; Sat, 09 Jan 2016 14:59:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHzfs-0003zB-Ud for emacs-devel@gnu.org; Sat, 09 Jan 2016 14:59:46 -0500 Original-Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:33170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHzfo-0003xI-TS; Sat, 09 Jan 2016 14:59:41 -0500 Original-Received: by mail-wm0-x22b.google.com with SMTP id f206so171529999wmf.0; Sat, 09 Jan 2016 11:59:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=BHaNur5O3uHcHs41DLqaIr1sZ/xxVZoOPgMqa/MG4Js=; b=eGkZh61mGsk/RhXpELPF6fsfov6/OUhT6ROVS98iFhukU4PIn9eQ2RGn1NSKQu7kzH UIieUZjjHwOm7t70/X29VAQOCkcAu7V+xRmWuD+dUuakJh8iPya517+Jh9yCutL8KOuy 0mrBUo21FTKxvsMEgRc8GIOowBbz/UpC7Ja6q/zjlYrxiGkJYgtaDUoh9GmxjedBt0y8 JIkxYGGI8asKNs4rr/WDxvYS4J0qo9MGtgIfvG2I6ZvIdXIZTGtnGvuXWEKtP5GPCXXb Ucu7yMftc9f+lw3ywsNnEXF1xX4WZHQ/0QrF4fs1DYGRnWHw6AXwLevuuhx3VBRUs8Bq rnPw== X-Received: by 10.28.63.22 with SMTP id m22mr4966032wma.59.1452369579975; Sat, 09 Jan 2016 11:59:39 -0800 (PST) Original-Received: from localhost (xdsl-87-78-5-211.netcologne.de. [87.78.5.211]) by smtp.gmail.com with ESMTPSA id t76sm5165719wmd.13.2016.01.09.11.59.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jan 2016 11:59:39 -0800 (PST) In-Reply-To: <83wprimto9.fsf@gnu.org> User-Agent: Notmuch/0.20.2+113~g6332e6e (http://notmuchmail.org) Emacs/25.1.50.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197920 Archived-At: On Sat, Jan 09 2016 21:36 (+0200), Eli Zaretskii wrote: > It looks like we cannot obsolete this command, because tags-search and > tags-query-replace, which need it, don't have any xref equivalents and > are not obsolete. Yes, and they are definitely not obsolete as long as they are very useful in dired, via dired-do-query-replace-regexp and dired-do-search.