From: Eli Zaretskii <eliz@gnu.org>
To: Joseph Turner <joseph@breatheoutbreathe.in>,
Juri Linkov <juri@linkov.net>
Cc: 68158@debbugs.gnu.org
Subject: bug#68158: isearch-wrap-pause 'no or 'no-ding breaks isearch-delete-char
Date: Thu, 04 Jan 2024 13:10:31 +0200 [thread overview]
Message-ID: <831qaxxsk8.fsf@gnu.org> (raw)
In-Reply-To: <87sf3jmgo6.fsf@breatheoutbreathe.in> (bug-gnu-emacs@gnu.org)
> Date: Sat, 30 Dec 2023 14:56:13 -0800
> From: Joseph Turner via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> With emacs -Q, in the buffer which pops open after...
>
> (progn
> (setopt isearch-wrap-pause 'no)
> ;; (setopt isearch-wrap-pause 'no-ding) ; this causes the same problem
> (with-current-buffer (generate-new-buffer "isearch-wrap-pause-test")
> (insert "bar")
> (goto-char (point-min))
> (pop-to-buffer (current-buffer))))
>
> ...run isearch for "baz" with...
>
> C-s b a z
>
> ...then attempt to delete the non-matching "z" character with DEL.
>
> Expected contents of minibuffer:
>
> "Isearch: ba"
>
> Actual contents of minibuffer:
>
> "Failing overwrapped I-search: baz"
>
> Pressing DEL a second time actually deletes the "z".
>
> Thanks for your help!!
>
> Joseph
>
> GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37,
> cairo version 1.16.0)
Juri, could you please look into this? It seems to be a regression in
Emacs 29.1 due to your changes in commit 7320a812e, to solve
bug#56535. I guess we need to distinguish between self-inserting
characters and DEL?
next prev parent reply other threads:[~2024-01-04 11:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 22:56 bug#68158: isearch-wrap-pause 'no or 'no-ding breaks isearch-delete-char Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-01-04 11:10 ` Eli Zaretskii [this message]
2024-01-04 17:02 ` Juri Linkov
2024-01-04 17:49 ` Eli Zaretskii
2024-01-05 7:41 ` Juri Linkov
2024-01-04 18:58 ` Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-01-05 7:42 ` Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=831qaxxsk8.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=68158@debbugs.gnu.org \
--cc=joseph@breatheoutbreathe.in \
--cc=juri@linkov.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).