From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 035bd81: Update documentation for Dired search and replace Date: Sat, 23 Jan 2016 10:07:54 +0200 Message-ID: <83pows67mt.fsf@gnu.org> References: <20160123065341.18279.32482@vcs.savannah.gnu.org> <56A32754.4010102@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453536480 12732 80.91.229.3 (23 Jan 2016 08:08:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jan 2016 08:08:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 23 09:07: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 1aMtEk-0008EE-Pd for ged-emacs-devel@m.gmane.org; Sat, 23 Jan 2016 09:07:58 +0100 Original-Received: from localhost ([::1]:56529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMtEj-0004HO-Qr for ged-emacs-devel@m.gmane.org; Sat, 23 Jan 2016 03:07:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMtEX-0004HG-Cw for emacs-devel@gnu.org; Sat, 23 Jan 2016 03:07:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMtEU-0006BX-6U for emacs-devel@gnu.org; Sat, 23 Jan 2016 03:07:45 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMtEU-0006BP-3I; Sat, 23 Jan 2016 03:07:42 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1792 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aMtEP-0002Dz-Tq; Sat, 23 Jan 2016 03:07:39 -0500 In-reply-to: <56A32754.4010102@yandex.ru> (message from Dmitry Gutov on Sat, 23 Jan 2016 10:10:12 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:198620 Archived-At: > From: Dmitry Gutov > Date: Sat, 23 Jan 2016 10:10:12 +0300 > > > +This command is a variant of @code{xref-find-apropos} > > +(@pxref{Identifier Search}), it displays the @file{*xref*} buffer, > > +where you can navigate between matches and display them as needed > > +using the commands described in @ref{Xref Commands}. > > That's rather wrong: dired-do-find-regexp performs regexp-search inside > the files. > > xref-find-apropos, on the other hand, performs regexp search inside the > definitions index (obarray for elisp backend, and TAGS file for etags > backend). Would "similar to" still bug you?