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#56535: 28.1; `no' and `no-ding' values for isearch-wrap-pause option (since Emacs 28.1) not working as documented Date: Sun, 31 Jul 2022 22:58:25 +0300 Organization: LINKOV.NET Message-ID: <867d3t3vha.fsf@mail.linkov.net> References: <83a69dw72m.fsf@gnu.org> <83wnchuexs.fsf@gnu.org> <865yk0g5cf.fsf@mail.linkov.net> <8635ez5yf6.fsf@mail.linkov.net> <86zgh3d64g.fsf@mail.linkov.net> <86tu79y3rn.fsf@mail.linkov.net> <86o7xe5t8o.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21502"; 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: 56535@debbugs.gnu.org, Eli Zaretskii , visuweshm@gmail.com To: Arun V Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 31 22:13:43 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 1oIFJn-0005Rd-6E for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 31 Jul 2022 22:13:43 +0200 Original-Received: from localhost ([::1]:38126 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIFJm-0006o4-4S for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 31 Jul 2022 16:13:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIFIA-0005S3-NJ for bug-gnu-emacs@gnu.org; Sun, 31 Jul 2022 16:12:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oIFIA-00059c-FC for bug-gnu-emacs@gnu.org; Sun, 31 Jul 2022 16:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oIFIA-00040r-8N for bug-gnu-emacs@gnu.org; Sun, 31 Jul 2022 16:12: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: Sun, 31 Jul 2022 20:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56535 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 56535-submit@debbugs.gnu.org id=B56535.165929831815413 (code B ref 56535); Sun, 31 Jul 2022 20:12:02 +0000 Original-Received: (at 56535) by debbugs.gnu.org; 31 Jul 2022 20:11:58 +0000 Original-Received: from localhost ([127.0.0.1]:38662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIFI5-00040S-Tv for submit@debbugs.gnu.org; Sun, 31 Jul 2022 16:11:58 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIFI2-0003zu-SX for 56535@debbugs.gnu.org; Sun, 31 Jul 2022 16:11:55 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id B181060008; Sun, 31 Jul 2022 20:11:47 +0000 (UTC) In-Reply-To: (Arun V.'s message of "Sun, 31 Jul 2022 23:06:20 +0530") 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:238361 Archived-At: > Just curious to know if this patch will be included as part of the next > release. The problem is that I was stuck when trying to document the new non-repeatable incremental behavior of the old values `no' and `no-ding' of `isearch-wrap-pause'. Currently this is documented in the Info node (info "(emacs) Repeat Isearch"): You can control what happens when there are no more matches by customizing the ‘isearch-wrap-pause’ user option. If it is ‘t’ (the default), signal an error. (Repeating the search will wrap around.) If ‘no’, issue a ‘ding’ and wrap immediately after reaching the last match. If ‘no-ding’, wrap immediately, but don’t ‘ding’. Finally, if ‘nil’, never wrap, but just stop at the last match. The problem is that everything in this Info node is about repeating the search with `C-s C-s'. I can't find a suitable place to describe the additional incremental wrapping here.