all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to turn off elpy-multiedit highlight
@ 2015-10-25 15:31 Tim Johnson
  2015-10-25 21:09 ` Tim Johnson
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Johnson @ 2015-10-25 15:31 UTC (permalink / raw)
  To: Emacs

Using elpy on emacs 24.3.1 on ubuntu 14.04, gui mode.

When I invoke command elpy-multiedit-python-symbol-at-point,
symbols to edit are highlighted. The section of text properties for
the highlight overlay are as follows:
;;
 elpy-multiedit       t
 face                 highlight
 insert-behind-hooks  (elpy-multiedit--overlay-changed)
 insert-in-front-hooks (elpy-multiedit--overlay-changed)
 modification-hooks   (elpy-multiedit--overlay-changed)
;;

How can I turn this overlay highlight off?

Perhaps the larger question would be: Is there a generic way to turn
off any particular highlight?

thanks
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com



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

* Re: How to turn off elpy-multiedit highlight
  2015-10-25 15:31 How to turn off elpy-multiedit highlight Tim Johnson
@ 2015-10-25 21:09 ` Tim Johnson
  2015-10-25 22:48   ` Tim Johnson
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Johnson @ 2015-10-25 21:09 UTC (permalink / raw)
  To: help-gnu-emacs

* Tim Johnson <tim@akwebsoft.com> [151025 07:42]:
> Using elpy on emacs 24.3.1 on ubuntu 14.04, gui mode.
> 
> When I invoke command elpy-multiedit-python-symbol-at-point,
> symbols to edit are highlighted. The section of text properties for
> the highlight overlay are as follows:
> ;;
>  elpy-multiedit       t
>  face                 highlight
>  insert-behind-hooks  (elpy-multiedit--overlay-changed)
>  insert-in-front-hooks (elpy-multiedit--overlay-changed)
>  modification-hooks   (elpy-multiedit--overlay-changed)
> ;;
> 
> How can I turn this overlay highlight off?
> 
> Perhaps the larger question would be: Is there a generic way to turn
> off any particular highlight?
  Since the highlight is an overlay, perhaps it is as simple as
  M-: (remover-overlays) 
  ... appears to work, but are there gotchas?

  thnx
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com



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

* Re: How to turn off elpy-multiedit highlight
  2015-10-25 21:09 ` Tim Johnson
@ 2015-10-25 22:48   ` Tim Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Johnson @ 2015-10-25 22:48 UTC (permalink / raw)
  To: help-gnu-emacs

* Tim Johnson <tim@akwebsoft.com> [151025 13:14]:
> * Tim Johnson <tim@akwebsoft.com> [151025 07:42]:
> > Using elpy on emacs 24.3.1 on ubuntu 14.04, gui mode.
> > 
> > When I invoke command elpy-multiedit-python-symbol-at-point,
> > symbols to edit are highlighted. The section of text properties for
> > the highlight overlay are as follows:
> > ;;
> >  elpy-multiedit       t
> >  face                 highlight
> >  insert-behind-hooks  (elpy-multiedit--overlay-changed)
> >  insert-in-front-hooks (elpy-multiedit--overlay-changed)
> >  modification-hooks   (elpy-multiedit--overlay-changed)
> > ;;
> > 
> > How can I turn this overlay highlight off?
> > 
> > Perhaps the larger question would be: Is there a generic way to turn
> > off any particular highlight?
>   Since the highlight is an overlay, perhaps it is as simple as
>   M-: (remover-overlays) 
    typo : should be remove-overlays

-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com



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

end of thread, other threads:[~2015-10-25 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 15:31 How to turn off elpy-multiedit highlight Tim Johnson
2015-10-25 21:09 ` Tim Johnson
2015-10-25 22:48   ` Tim Johnson

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.