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: Thu, 09 Jun 2022 20:30:45 +0300 Organization: LINKOV.NET Message-ID: <86mtelbua2.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> <87vc8ke4os.fsf@mail.jurta.org> <86zgmutwx9.fsf@mail.linkov.net> <87o83ab67d.fsf@web.de> <86r185520f.fsf@mail.linkov.net> <87czjn39yf.fsf@web.de> <86y2215rbn.fsf@mail.linkov.net> <87ee3tjecw.fsf@web.de> <87pmnap75m.fsf@web.de> <86mtha7y8w.fsf@mail.linkov.net> <877d8935sf.fsf@web.de> <861qygal8h.fsf@mail.linkov.net> <87ilpm2jan.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="13251"; 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: Stefan Monnier , 14013@debbugs.gnu.org To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 09 21:27:37 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 1nzNoe-0003Lc-VD for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 21:27:36 +0200 Original-Received: from localhost ([::1]:43828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzNob-00073C-Vy for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 15:27:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzML8-0007aO-Gp for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2022 13:53:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nzML8-0008Qh-8P for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2022 13:53:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nzML8-0007F8-7X for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2022 13:53: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: Thu, 09 Jun 2022 17:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14013 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14013-submit@debbugs.gnu.org id=B14013.165479712727770 (code B ref 14013); Thu, 09 Jun 2022 17:53:02 +0000 Original-Received: (at 14013) by debbugs.gnu.org; 9 Jun 2022 17:52:07 +0000 Original-Received: from localhost ([127.0.0.1]:47692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzMKF-0007Dq-8E for submit@debbugs.gnu.org; Thu, 09 Jun 2022 13:52:07 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:51813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzMKD-0007DK-2M for 14013@debbugs.gnu.org; Thu, 09 Jun 2022 13:52:06 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 69F2E240005; Thu, 9 Jun 2022 17:51:56 +0000 (UTC) In-Reply-To: <87ilpm2jan.fsf@web.de> (Michael Heerdegen's message of "Tue, 31 May 2022 10:33:20 +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:234162 Archived-At: >> So the above rectangle when copied to a separate buffer: >> >> 456 >> def >> >> do you expect it should match the regexp "456.def"? > > I would not want that this matches. BTW, do you think that such regexps as ".*" and "^.*$" should be supported not only in Dired buffers, but also when making replacements in rectangular regions? E.g. C-x SPC ... C-M-% .* RET RET should effectively clear the region, etc.