From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#57293: 29.0.50; query-replace with Wdired skips symlink target Date: Sat, 27 Aug 2022 22:44:56 +0300 Organization: LINKOV.NET Message-ID: <861qt1o4hz.fsf@mail.linkov.net> References: <40517.1661046885@alto> <86a67xk46m.fsf@mail.linkov.net> <87v8qk246x.fsf@web.de> <86ilmkixbw.fsf@mail.linkov.net> <877d2z2a4u.fsf@web.de> <861qt6oj42.fsf@mail.linkov.net> <8735dmil6d.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29861"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 57293@debbugs.gnu.org, Stefan Kangas , Mike Kupfer To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 27 21:47:14 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1oS1ly-0007Za-Gg for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 27 Aug 2022 21:47:14 +0200 Original-Received: from localhost ([::1]:60300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oS1lx-0000If-3R for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 27 Aug 2022 15:47:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oS1ln-0000Hn-8K for bug-gnu-emacs@gnu.org; Sat, 27 Aug 2022 15:47:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39154) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oS1lm-0000nS-Or for bug-gnu-emacs@gnu.org; Sat, 27 Aug 2022 15:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oS1lm-00016l-Av for bug-gnu-emacs@gnu.org; Sat, 27 Aug 2022 15:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Aug 2022 19:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57293 X-GNU-PR-Package: emacs Original-Received: via spool by 57293-submit@debbugs.gnu.org id=B57293.16616295894195 (code B ref 57293); Sat, 27 Aug 2022 19:47:02 +0000 Original-Received: (at 57293) by debbugs.gnu.org; 27 Aug 2022 19:46:29 +0000 Original-Received: from localhost ([127.0.0.1]:57131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oS1lF-00015a-3S for submit@debbugs.gnu.org; Sat, 27 Aug 2022 15:46:29 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oS1lB-00015I-Am for 57293@debbugs.gnu.org; Sat, 27 Aug 2022 15:46:27 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id C0C6260002; Sat, 27 Aug 2022 19:46:16 +0000 (UTC) In-Reply-To: <8735dmil6d.fsf@web.de> (Michael Heerdegen's message of "Wed, 24 Aug 2022 01:39:54 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:240960 Archived-At: >> *** Search and replace in Dired/Wdired supports more regexps. >> For example, the regexp ".*" will match only characters that are part >> of the file name. Also "^.*$" can be used to match at the beginning >> -of the file name and at the end of the file name. >> +of the file name and at the end of the file name. In Wdired this can >> +be used when the new user option 'wdired-search-replace-filenames' is >> +non-nil (which is the default). > > Can we say that the behavior in dired is optional, too, and maybe just > list the options (and commands) at the end? I tried to improve this, please check. >> -(defun isearch-search-fun-in-text-property (search-fun property) >> - "Return the function to search inside text that has the specified PROPERTY. >> +(defun isearch-search-fun-in-text-property (search-fun properties) >> + "Return the function to search inside text that has the specified PROPERTIES. >> The function will limit the search for matches only inside text which has >> -this property in the current buffer. >> +these list of PROPERTIES in the current buffer. > > "which has at least one of the text PROPERTIES" may be better (I also > added "text" so that the docstring at least once tells that this is only > about text props). Fixed this as well.