GNU bug report logs - #36871
isearch-toggle-case-fold outside of isearch causes unexpected fontification

Previous Next

Package: emacs;

Reported by: "a_subscriber" <a_subscriber <at> mail.ru>

Date: Wed, 31 Jul 2019 08:03:03 UTC

Severity: minor

Tags: confirmed, fixed

Found in version 26.1

Fixed in version 27.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #55 received at 36871 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Juri Linkov <juri <at> linkov.net>
Cc: a_subscriber <a_subscriber <at> mail.ru>, 36871 <at> debbugs.gnu.org
Subject: Re: bug#36871: 26.1; I-search-toggle-csse-fold
Date: Sun, 04 Aug 2019 16:53:57 -0400
Juri Linkov <juri <at> linkov.net> writes:

>> Shouldn't toggling commands activate isearch-mode?
>
> I meant the same guarding like in isearch-yank-kill:

> @@ -1971,6 +1971,7 @@ isearch-define-mode-toggle
>           ,(format "Toggle %s searching on or off.%s" mode
>                    (if docstring (concat "\n" docstring) ""))
>           (interactive)
> +         (unless isearch-mode (isearch-mode t))

+1 from me, I like this better than throwing an error.




This bug report was last modified 5 years and 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.