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

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

Re: Cannot prevent light show in query-replace


From: Andy Moreton
Subject: Re: Cannot prevent light show in query-replace
Date: Sun, 16 Apr 2017 18:21:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (windows-nt)

On Sun 16 Apr 2017, Alexandre Oberlin wrote:

> Hi,
>
>
> "(setq query-replace-highlight nil)" does not work.
> Still have the Las Vegas show each time I do a query replace.
>
> GNU Emacs 25.2.1 (i686-pc-cygwin)  of 2017-03-23

Does this do what you want ?

  (setq query-replace-highlight t)
  (setq query-replace-lazy-highlight nil)

HTH,

    AndyM




reply via email to

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