help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make highlight-symbol.el perfect?


From: Stefan Monnier
Subject: Re: Make highlight-symbol.el perfect?
Date: Thu, 11 Apr 2013 11:45:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> face on matched regions of the buffer. It should just add overlays. The
> code should get simpler, including removing the overlays when you
> un-highlight matches, because that's just `(mapcat #'delete-overlay
> existing-overlays)`.

Better would be to add "text-property planes".  So font-lock could
add&remove its `face' property and highlight-symbol could add&remove its
own `face' property without conflict.

I think this would make a nice GSoC project.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]