unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Cannot prevent light show in query-replace
@ 2017-04-16 16:00 Alexandre Oberlin
  2017-04-16 17:21 ` Andy Moreton
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Oberlin @ 2017-04-16 16:00 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cannot prevent light show in query-replace
  2017-04-16 16:00 Cannot prevent light show in query-replace Alexandre Oberlin
@ 2017-04-16 17:21 ` Andy Moreton
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Moreton @ 2017-04-16 17:21 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-16 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-16 16:00 Cannot prevent light show in query-replace Alexandre Oberlin
2017-04-16 17:21 ` Andy Moreton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).