From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Re: How to turn off elpy-multiedit highlight Date: Sun, 25 Oct 2015 14:48:49 -0800 Organization: AkWebsoft Message-ID: <20151025224849.GI3106@mail.akwebsoft.com> References: <20151025153113.GF3106@mail.akwebsoft.com> <20151025210935.GH3106@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1445813365 5267 80.91.229.3 (25 Oct 2015 22:49:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2015 22:49:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 25 23:49:06 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZqU63-0000Np-IS for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Oct 2015 23:49:03 +0100 Original-Received: from localhost ([::1]:49759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqU62-000636-Pu for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Oct 2015 18:49:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqU5s-00062z-RJ for help-gnu-emacs@gnu.org; Sun, 25 Oct 2015 18:48:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqU5p-00024Z-Jl for help-gnu-emacs@gnu.org; Sun, 25 Oct 2015 18:48:52 -0400 Original-Received: from tjohnson.mtaonline.net ([64.4.232.191]:60051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqU5p-000236-Cm for help-gnu-emacs@gnu.org; Sun, 25 Oct 2015 18:48:49 -0400 Original-Received: by tj49.com (Postfix, from userid 1000) id D401720231E; Sun, 25 Oct 2015 14:48:49 -0800 (AKDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <20151025210935.GH3106@mail.akwebsoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.4.232.191 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107812 Archived-At: * Tim Johnson [151025 13:14]: > * Tim Johnson [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