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#10148: 24.0.91; "pending" regexp Isearch Date: Wed, 20 Apr 2022 10:34:49 +0300 Organization: LINKOV.NET Message-ID: <86czhcb42u.fsf@mail.linkov.net> References: <87ipm3yd6n.fsf@mail.jurta.org> <87aa7ehr9n.fsf@mail.jurta.org> <87fwh5gajc.fsf@mail.jurta.org> <87y5uxaapt.fsf@mail.jurta.org> <87zkfcspxd.fsf@mail.jurta.org> <87bkwzao8q.fsf@gnus.org> <86ilr6rzh8.fsf@mail.linkov.net> <87wnfmfbcn.fsf@gnus.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10410"; 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: 10148@debbugs.gnu.org, Stefan Monnier To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 20 10:32:40 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 1nh5lQ-0002ZI-Cg for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Apr 2022 10:32:40 +0200 Original-Received: from localhost ([::1]:50708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nh5lO-0003NT-7p for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Apr 2022 04:32:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nh5UM-0005YV-KI for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 04:15:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nh5UM-0002Hu-C0 for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 04:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nh5UL-0004vH-Vc for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 04:15:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Apr 2022 08:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10148 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 10148-submit@debbugs.gnu.org id=B10148.165044246318853 (code B ref 10148); Wed, 20 Apr 2022 08:15:01 +0000 Original-Received: (at 10148) by debbugs.gnu.org; 20 Apr 2022 08:14:23 +0000 Original-Received: from localhost ([127.0.0.1]:44984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nh5Ti-0004u1-R9 for submit@debbugs.gnu.org; Wed, 20 Apr 2022 04:14:23 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:58281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nh5Tf-0004tf-Jp for 10148@debbugs.gnu.org; Wed, 20 Apr 2022 04:14:20 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id EA097240008; Wed, 20 Apr 2022 08:14:11 +0000 (UTC) In-Reply-To: <87wnfmfbcn.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 18 Apr 2022 21:19:36 +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:230279 Archived-At: --=-=-= Content-Type: text/plain >>> This was ten years ago, and "pending" is still somewhat confusing >> >> Do you really see that "pending"? ;-) We removed it recently in bug#52356. > > The test case on the current trunk still says "Pending" -- emacs -Q, C-u > C-s i s * -> pending. If no one wants "Pending" anywhere, then this patch removes its remaining occurrences (bug#52356 removed other two occurrences): --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=isearch-fallback.patch diff --git a/lisp/isearch.el b/lisp/isearch.el index be0227b6e7..9f848dd229 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2858,7 +2911,7 @@ isearch-fallback allow-invalid)) (if to-barrier (progn (goto-char isearch-barrier) - (setq isearch-adjusted t)) + (setq isearch-adjusted 'fallback)) (let* ((stack isearch-cmds) (previous (cdr stack)) ; lookbelow in the stack (frame (car stack))) @@ -2893,7 +2946,7 @@ isearch-fallback (goto-char (if isearch-forward (max last-other-end isearch-barrier) (min last-other-end isearch-barrier))) - (setq isearch-adjusted t))))))) + (setq isearch-adjusted 'fallback))))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; scrolling within Isearch mode. Alan Mackenzie (acm@muc.de), 2003/2/24 --=-=-=--