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#50466: 28.0.50; isearch isearch-repeat-on-direction-change vs isearch-beginning-of-buffer Date: Mon, 13 Sep 2021 21:18:54 +0300 Organization: LINKOV.NET Message-ID: <87y280nxtd.fsf@mail.linkov.net> References: <87zgsnzz8k.fsf.ref@aol.com> <87zgsnzz8k.fsf@aol.com> <871r5z8v1o.fsf@gnus.org> <87r1dxlfw7.fsf@mail.linkov.net> <87czpgr9px.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12622"; 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: Ergus , 50466@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 13 20:21:31 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 1mPqaB-000380-9F for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Sep 2021 20:21:31 +0200 Original-Received: from localhost ([::1]:44032 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPqaA-0006Ng-3g for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Sep 2021 14:21:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41934) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPqZi-0006L3-GN for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2021 14:21:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35271) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mPqZi-0006NC-9E for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2021 14:21:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mPqZi-0005zY-57 for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2021 14:21: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: Mon, 13 Sep 2021 18:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50466 X-GNU-PR-Package: emacs Original-Received: via spool by 50466-submit@debbugs.gnu.org id=B50466.163155722422977 (code B ref 50466); Mon, 13 Sep 2021 18:21:02 +0000 Original-Received: (at 50466) by debbugs.gnu.org; 13 Sep 2021 18:20:24 +0000 Original-Received: from localhost ([127.0.0.1]:46817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPqZ5-0005yX-Sa for submit@debbugs.gnu.org; Mon, 13 Sep 2021 14:20:24 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:60315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPqZ4-0005yJ-NN for 50466@debbugs.gnu.org; Mon, 13 Sep 2021 14:20:23 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3600A20000F; Mon, 13 Sep 2021 18:20:14 +0000 (UTC) In-Reply-To: <87czpgr9px.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 10 Sep 2021 12:44:26 +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:214251 Archived-At: >> Gregory already provided the patch on emacs-devel that fixes this. >> But that patch was not installed because the copyright assignment process >> was still in progress. This patch could be installed now. >> The patch name was 0001-Fix-behavior-of-isearch-beginning-end-of-buffer.patch >> and its date: Sat, 10 Apr 2021 23:55:50 +0000 (5 months, 1 day, 19 hours ago) > > Right; now applied. (I also applied the other patch in that post, since > it seemed like it was agreed that that was a good feature.) Thanks Gregory for this great feature, and thank you for installing it. I had to tweak it a little. I added the same logic from the patch to isearch-beginning-of-buffer and isearch-end-of-buffer. But these commands are quite obsolete now because of 'isearch-allow-motion', so I mentioned this in their docstrings.