[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to turn off elpy-multiedit highlight
From: |
Tim Johnson |
Subject: |
Re: How to turn off elpy-multiedit highlight |
Date: |
Sun, 25 Oct 2015 13:09:35 -0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* 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