GNU bug report logs -
#56535
28.1; `no' and `no-ding' values for isearch-wrap-pause option (since Emacs 28.1) not working as documented
Previous Next
Reported by: Arun V <arunlalv04 <at> gmail.com>
Date: Wed, 13 Jul 2022 11:54:01 UTC
Severity: normal
Tags: moreinfo
Found in version 28.1
Fixed in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #85 received at 56535 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> linkov.net>
> Cc: arunlalv04 <at> gmail.com, visuweshm <at> gmail.com, 56535 <at> debbugs.gnu.org
> Date: Mon, 01 Aug 2022 20:55:43 +0300
>
> The new additional behavior of ‘no’ and ‘no-ding’ is to wrap on appending
> a character to the search string. Maybe then something like this:
>
> diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
> index 27d4db8541..7cf3a3f5a9 100644
> --- a/doc/emacs/search.texi
> +++ b/doc/emacs/search.texi
> @@ -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.
This bug report was last modified 2 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.