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#14013: 24.3.50; dired-isearch-filenames-regexp is matching text outside filenames Date: Tue, 20 Apr 2021 22:22:22 +0300 Organization: LINKOV.NET Message-ID: <87eef4ep75.fsf@mail.linkov.net> References: <87li9hk5e5.fsf@web.de> <87wqt1vd0o.fsf@mail.jurta.org> <87d2ut4mji.fsf@web.de> <87620lvavl.fsf@mail.jurta.org> <87zjxxsd6c.fsf@web.de> <87tuo123ru.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="6411"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 14013@debbugs.gnu.org To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 20 21:24:11 2021 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 1lYvyl-0001Y5-53 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Apr 2021 21:24:11 +0200 Original-Received: from localhost ([::1]:39844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYvyk-0000CX-8g for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Apr 2021 15:24:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYvyc-0000CB-MT for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 15:24:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44500) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lYvyc-0003ot-Cq for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 15:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lYvyc-0006Mi-7H for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 15:24: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: Tue, 20 Apr 2021 19:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14013 X-GNU-PR-Package: emacs Original-Received: via spool by 14013-submit@debbugs.gnu.org id=B14013.161894659424395 (code B ref 14013); Tue, 20 Apr 2021 19:24:02 +0000 Original-Received: (at 14013) by debbugs.gnu.org; 20 Apr 2021 19:23:14 +0000 Original-Received: from localhost ([127.0.0.1]:56042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYvxq-0006LP-Bi for submit@debbugs.gnu.org; Tue, 20 Apr 2021 15:23:14 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:51147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYvxp-0006L8-7T for 14013@debbugs.gnu.org; Tue, 20 Apr 2021 15:23:13 -0400 X-Originating-IP: 91.129.102.166 Original-Received: from mail.gandi.net (m91-129-102-166.cust.tele2.ee [91.129.102.166]) (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 40B3EC000A; Tue, 20 Apr 2021 19:23:05 +0000 (UTC) In-Reply-To: <87tuo123ru.fsf@web.de> (Michael Heerdegen's message of "Tue, 20 Apr 2021 02:33:41 +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:204545 Archived-At: > BTW, one (related) thing that I found problematic over the time: I like > to use query-replace on file names in WDired. There is no way to match > the beginning of the file name - right? That's sometimes a problem. In > this situation it is even better to use dired-isearch-filenames -> nil > because then I can match the space character before the beginning of the > file name. This is a valid workaround. Maybe it could be mentioned in the documentation?