bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59918: 29.0.60; query-replace in the minibuffer lazy-highlights orig


From: Juri Linkov
Subject: bug#59918: 29.0.60; query-replace in the minibuffer lazy-highlights original buffer
Date: Tue, 13 Dec 2022 19:39:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

close 59918 29.0.60
thanks

>> @@ -4435,7 +4435,7 @@ minibuffer-lazy-highlight-setup
>>  highlighting.
>>  LAX-WHITESPACE: The value of `isearch-lax-whitespace' and
>>  `isearch-regexp-lax-whitespace' to use for lazy highlighting."
>> -  (if (not highlight)
>> +  (if (or (not highlight) (minibufferp))
>>        #'ignore
>>      (let ((unwind (make-symbol "minibuffer-lazy-highlight--unwind"))
>>            (after-change (make-symbol 
>> "minibuffer-lazy-highlight--after-change"))

Thanks for the patch.

> This is fine with me, but AFAIU it means that replacements in the
> minibuffer will never be highlighted, ever.  Is that what we want?  I
> thought Juri wanted to see highlighting there?

Highlighting is not visible here because the query-replace prompt
replaces the original minibuffer.  So I pushed the patch to emacs-29.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]