all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.