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#66149: Mistyping a search breaks keyboard macro Date: Fri, 22 Sep 2023 18:41:17 +0300 Organization: LINKOV.NET Message-ID: <86fs36ql6i.fsf@mail.linkov.net> References: <2bba5a744feb000a4ffc1fef79d223fcf24953e7.camel@yandex.ru> <83sf7678fv.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="18860"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 66149@debbugs.gnu.org, Konstantin Kharlamov To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 22 18:05:54 2023 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 1qjifC-0004hx-MC for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 22 Sep 2023 18:05:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qjidW-000678-6y; Fri, 22 Sep 2023 12:04:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qjidF-0005ja-1r for bug-gnu-emacs@gnu.org; Fri, 22 Sep 2023 12:03:53 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qjidE-00071V-PL for bug-gnu-emacs@gnu.org; Fri, 22 Sep 2023 12:03:52 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qjidP-0005If-De for bug-gnu-emacs@gnu.org; Fri, 22 Sep 2023 12:04:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Sep 2023 16:04:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66149 X-GNU-PR-Package: emacs Original-Received: via spool by 66149-submit@debbugs.gnu.org id=B66149.169539859020241 (code B ref 66149); Fri, 22 Sep 2023 16:04:03 +0000 Original-Received: (at 66149) by debbugs.gnu.org; 22 Sep 2023 16:03:10 +0000 Original-Received: from localhost ([127.0.0.1]:37161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjicY-0005GO-3D for submit@debbugs.gnu.org; Fri, 22 Sep 2023 12:03:10 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:50425) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjicS-0005Fm-A6 for 66149@debbugs.gnu.org; Fri, 22 Sep 2023 12:03:09 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id C37251C0003; Fri, 22 Sep 2023 16:02:45 +0000 (UTC) In-Reply-To: <83sf7678fv.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 22 Sep 2023 14:29:08 +0300") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:271113 Archived-At: >> Search fails with `After 0 kbd macro iterations: isearch-search: >> Keyboard macro terminated by a command ringing the bell` > > IMNSHO, your expectations are unreasonable. Keyboard macros are not > supposed to allow this; if you want something like that, you will need > to write a special-purpose command. > > I've changed the severity of the bug to "wishlist" in cases someone > thinks it is feasible to extend the macro facilities to support such > expectations. But my personal tendency is to close this bug as > notabug. I have no opinion whether 'ding' should terminate kbd macro or not. But it's possible to customize 'isearch-wrap-pause' to 'no-ding' to not ding on isearch failure, then kbd macro is not terminated.