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: Wed, 20 Jul 2022 20:51:59 +0300 Organization: LINKOV.NET Message-ID: <86zgh3d64g.fsf@mail.linkov.net> References: <83a69dw72m.fsf@gnu.org> <83wnchuexs.fsf@gnu.org> <865yk0g5cf.fsf@mail.linkov.net> <8635ez5yf6.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40380"; 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 Wed Jul 20 20:09:11 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 1oEE8F-000AHW-9p for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Jul 2022 20:09:11 +0200 Original-Received: from localhost ([::1]:55834 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEE8D-0001E9-UT for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Jul 2022 14:09:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEE87-0001Dp-0d for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 14:09:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32831) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oEE86-0007Nm-KG for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 14:09:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oEE86-00030d-DX for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 14:09: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: Wed, 20 Jul 2022 18:09: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.165834050111497 (code B ref 56535); Wed, 20 Jul 2022 18:09:02 +0000 Original-Received: (at 56535) by debbugs.gnu.org; 20 Jul 2022 18:08:21 +0000 Original-Received: from localhost ([127.0.0.1]:58819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEE7Q-0002zN-NT for submit@debbugs.gnu.org; Wed, 20 Jul 2022 14:08:20 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:58751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEE7O-0002z9-BF for 56535@debbugs.gnu.org; Wed, 20 Jul 2022 14:08:19 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 879A71BF204; Wed, 20 Jul 2022 18:08:08 +0000 (UTC) In-Reply-To: (Arun V.'s message of "Wed, 20 Jul 2022 21:46:31 +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:237516 Archived-At: >> Now we have to find a better name to describe what it really does. >> Probably it should have the prefix "no-" since it makes no pause >> like the existing two values 'no' and 'no-ding': >> >> :type '(choice (const :tag "Pause before wrapping" t) >> (const :tag "No pause before wrapping" no) >> (const :tag "No pause and no flashing" no-ding) >> (const :tag "Disable wrapping" nil)) >> >> This raises the question: should it ding and flash on wrapping? >> Or two new separate values are needed: one to ding when wrapping >> on typing a character, and another not to ding? To ding, or not to ding? > > Definitely ding. Lot of people do prefer visual feedback. > > How about this? > > :type '(choice > (const :tag "Pause before wrapping" t) > (const :tag "No pause before wrapping for non-incremental search" nis-no) > (const :tag "No pause and no flashing for non-incremental search" nis-no-ding) > ;;This will cover non-incremental searches as well > (const :tag "Absolutely no pause before wrapping" no) > ;;This will cover non-incremental searches as well > (const :tag "Absolutely no pause and no flashing" no-ding) > (const :tag "Disable wrapping" nil)) I suppose non-incremental search here means repeatable search, i.e. the search that is being repeated with C-s C-s. Maybe then better to emphasize this difference explicitly? For example: 'inc-no' and 'inc-no-ding' for incremental wrapping, and leave the existing 'no' and 'no-ding' for repeatable wrapping.