all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: emacs-devel@gnu.org
Subject: [REGRESSION] Re: trunk r116301: Some hi-lock doc
Date: Wed, 12 Mar 2014 22:34:54 +0530	[thread overview]
Message-ID: <87ha7373gp.fsf@gmail.com> (raw)
In-Reply-To: 87ob1kezz1.fsf@gmail.com


Just noticed a regression.

C-x w r is intended to un-highlight stuff at point. BUT there seems to
be a recent regression.  

In `hi-lock--regexps-at-point',

      (unless (memq face-before faces) (setq face-before nil))
      (unless (memq face-after faces) (setq face-after nil))

the above lines imply that face-before and face after are atoms (so to
speak).

Lately, they turn out to be lists.

    M-: (get-text-property (point) 'face) 
    => (hi-yellow font-lock-variable-name-face)


Jambunathan K <kjambunathan@gmail.com> writes:

> Glenn Morris <rgm@gnu.org> writes:
>
>> ------------------------------------------------------------
>> revno: 116301
>> revision-id: rgm@gnu.org-20140207071802-1ll4ayc0mflama8g
>> parent: rgm@gnu.org-20140207071321-018lnnpebd1mvti2
>> committer: Glenn Morris <rgm@gnu.org>
>> branch nick: trunk
>> timestamp: Thu 2014-02-06 23:18:02 -0800
>> message:
>>   Some hi-lock doc
>
>
> Some updates to
>
>     C-h K M-s h u
>
> (That will land you in the right node.)
>
> 1. Un-Highlight stuff *at point*.  A list is offered only if there is
>    nothing already highlighted beneath the point.
>
> 2. With a C-u, remove *all* highlights.
>
> A NEWS entry may also be added...



      reply	other threads:[~2014-03-12 17:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1WBfhX-0007a8-BQ@vcs.savannah.gnu.org>
2014-03-06  4:02 ` trunk r116301: Some hi-lock doc Jambunathan K
2014-03-12 17:04   ` Jambunathan K [this message]

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=87ha7373gp.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-devel@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.