From: Tim Johnson <tim@akwebsoft.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to turn off elpy-multiedit highlight
Date: Sun, 25 Oct 2015 13:09:35 -0800 [thread overview]
Message-ID: <20151025210935.GH3106@mail.akwebsoft.com> (raw)
In-Reply-To: <20151025153113.GF3106@mail.akwebsoft.com>
* 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
next prev parent reply other threads:[~2015-10-25 21:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-25 15:31 How to turn off elpy-multiedit highlight Tim Johnson
2015-10-25 21:09 ` Tim Johnson [this message]
2015-10-25 22:48 ` Tim Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151025210935.GH3106@mail.akwebsoft.com \
--to=tim@akwebsoft.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.