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: Mon, 01 Aug 2022 22:19:46 +0300 Organization: LINKOV.NET Message-ID: <86ilnbbwkt.fsf@mail.linkov.net> References: <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> <867d3t3vha.fsf@mail.linkov.net> <837d3s442q.fsf@gnu.org> <86y1w7df1c.fsf@mail.linkov.net> <83r11z259f.fsf@gnu.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="34645"; 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, arunlalv04@gmail.com, visuweshm@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Aug 01 21:24:23 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 1oIb1b-0008sW-F1 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 01 Aug 2022 21:24:23 +0200 Original-Received: from localhost ([::1]:33334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIb1a-0008W4-Dg for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 01 Aug 2022 15:24:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIazj-0006DG-9K for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2022 15:22:29 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51912) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oIazj-0003wo-07 for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2022 15:22:27 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oIazh-0004a5-NM for bug-gnu-emacs@gnu.org; Mon, 01 Aug 2022 15:22:25 -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, 01 Aug 2022 19:22:22 +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.165938168517205 (code B ref 56535); Mon, 01 Aug 2022 19:22:22 +0000 Original-Received: (at 56535) by debbugs.gnu.org; 1 Aug 2022 19:21:25 +0000 Original-Received: from localhost ([127.0.0.1]:41659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIayW-0004S3-3P for submit@debbugs.gnu.org; Mon, 01 Aug 2022 15:21:20 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:38919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIaxr-0004N6-9H; Mon, 01 Aug 2022 15:20:59 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id AE585240004; Mon, 1 Aug 2022 19:20:21 +0000 (UTC) In-Reply-To: <83r11z259f.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 01 Aug 2022 21:22:20 +0300") 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:238462 Archived-At: close 56535 29.0.50 thanks >> @@ -228,8 +228,9 @@ Repeat Isearch >> @code{t} (the default), signal an error. (Repeating the search will >> wrap around.) If @code{no}, issue a @code{ding} and wrap immediately >> after reaching the last match. If @code{no-ding}, wrap immediately, >> -but don't @code{ding}. Finally, if @code{nil}, never wrap, but just >> -stop at the last match. >> +but don't @code{ding}. With the values @code{ding} and @code{no-ding} >> +the search will try to wrap around also on typing a character. >> +Finally, if @code{nil}, never wrap, but just stop at the last match. > > LGTM, since that node already describes what happens when the search > wraps. So now pushed and closed.