all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Noam Postavsky <npostavs@users.sourceforge.net>,
	John Mastro <john.b.mastro@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Odd block highlighting [master build]
Date: Tue, 20 Sep 2016 19:50:31 +0000	[thread overview]
Message-ID: <CAFyQvY0=euuOYpm9xSKsrFRusda_JE-Xvou6qB6P40gNkY12XQ@mail.gmail.com> (raw)
In-Reply-To: <CAM-tV-_==dwR1jKK8ooU_J-CuW5FtuexX5GF8_9JidBUY0_p0g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1547 bytes --]

On Tue, Sep 20, 2016 at 3:44 PM Noam Postavsky <
npostavs@users.sourceforge.net> wrote:

> Check for text properties and/or overlays on the affected region with C-u
> C-x =
>

Thanks. I should have thought of that when that bug happened! C-u C-x =
gives the text properties at point.. it didn't occur that I put the point
in the region that shows that highlight, hover the mouse over that region
and then do C-u C-x =. I'll do so next time that happens :)

I faked a typo in a string, put the point in there and hovered the mouse to
get the overlay. Then C-u C-x = gives:

Character code properties: customize what to show
  name: LATIN SMALL LETTER N
  general-category: Ll (Letter, Lowercase)
  decomposition: (110) ('n')

There are 2 overlays here:
 From 32334 to 32339
  category             nil
  modification-hooks   [Show]
 From 32334 to 32339
  evaporate            t
  face                 flyspell-incorrect
  flyspell-overlay     t
  help-echo            "mouse-2: correct word at point"
  keymap               [Show]
  mouse-face           highlight


There are text properties here:
  face                 font-lock-string-face
  fontified            t

I'll post back my findings when that bug re-appears. If flyspell is causing
it, disabling flyspell-mode should get rid of that highlight..


> > If so, what major/minor mode provides that functionality? From a
> > position of ignorance, my first thought is that it seems related.
>
> I was wondering about this too.
>

I'll update this thread with new findings.
-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 2491 bytes --]

  reply	other threads:[~2016-09-20 19:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 18:44 Odd block highlighting [master build] Kaushal Modi
2016-09-20 18:47 ` Odd block highlighting [emacs-25 branch build] (Was: .. master build]) Kaushal Modi
2016-09-20 19:35 ` Odd block highlighting [master build] John Mastro
2016-09-20 19:44   ` Noam Postavsky
2016-09-20 19:50     ` Kaushal Modi [this message]
2016-09-20 20:06       ` Kaushal Modi
2016-09-20 20:10         ` Kaushal Modi
2016-09-20 20:53           ` Kaushal Modi
2016-09-20 21:48             ` Noam Postavsky
2016-09-20 20:49         ` John Mastro
2016-09-20 20:58           ` Kaushal Modi
2016-09-20 19:45   ` Kaushal Modi

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='CAFyQvY0=euuOYpm9xSKsrFRusda_JE-Xvou6qB6P40gNkY12XQ@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=john.b.mastro@gmail.com \
    --cc=npostavs@users.sourceforge.net \
    /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.