all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: trunk r116301: Some hi-lock doc
       [not found] <E1WBfhX-0007a8-BQ@vcs.savannah.gnu.org>
@ 2014-03-06  4:02 ` Jambunathan K
  2014-03-12 17:04   ` [REGRESSION] " Jambunathan K
  0 siblings, 1 reply; 2+ messages in thread
From: Jambunathan K @ 2014-03-06  4:02 UTC (permalink / raw)
  To: emacs-devel


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...






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [REGRESSION] Re: trunk r116301: Some hi-lock doc
  2014-03-06  4:02 ` trunk r116301: Some hi-lock doc Jambunathan K
@ 2014-03-12 17:04   ` Jambunathan K
  0 siblings, 0 replies; 2+ messages in thread
From: Jambunathan K @ 2014-03-12 17:04 UTC (permalink / raw)
  To: emacs-devel


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...



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-12 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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   ` [REGRESSION] " Jambunathan K

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.