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: ndame
Subject: bug#50766: Regexp paren pairs in query-replace-regexp prompt should be highlighted
Date: Fri, 24 Sep 2021 08:27:22 +0000

Looks like setting the syntax in the minibuffer fixes this:

(modify-syntax-entry ?\\ "\\" (syntax-table))

So the syntax of \  in the minibuffer should be changed temporarily to
escape-syntax during  read-regexp.







reply via email to

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