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

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

bug#50766: Regexp paren pairs in query-replace-regexp prompt should be h


From: martin rudalics
Subject: bug#50766: Regexp paren pairs in query-replace-regexp prompt should be highlighted
Date: Mon, 4 Oct 2021 10:26:32 +0200

>> With 'blink-matching-paren' on do C-M-% and type [)].  People who use
>> 'blink-matching-paren' do not type complex regexps.
>
> We do indeed -- we just live with the bogus warnings from Emacs.

So a fix for both has to hook into post-self-insert and after-change.
Which means I have to prime these before-change to avoid parsing the
buffer twice.  Darn it!

martin





reply via email to

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