emacs-devel
[Top][All Lists]
Advanced

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

Re: Odd block highlighting [master build]


From: Noam Postavsky
Subject: Re: Odd block highlighting [master build]
Date: Tue, 20 Sep 2016 17:48:59 -0400

On Tue, Sep 20, 2016 at 4:53 PM, Kaushal Modi <address@hidden> wrote:
>
> It looks like the verilog-highlight-region is causing this:
>
> These highlight overlays are added via a couple of hooks:
>
>     (add-hook 'font-lock-mode-hook 'verilog-highlight-buffer t t)
>     (add-hook 'font-lock-after-fontify-buffer-hook 'verilog-highlight-buffer
> t t) ; not in Emacs
>     (add-hook 'after-change-functions 'verilog-highlight-region t t)
>
> @Noam: A wild guess.. would this commit
> http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=66f95e0dabf750e9d2eff59b2bb6e593618cd48a
> be related in any way to what we are seeing here?

It shouldn't affect this, it should only stop after-change-functions
members (like verilog-highlight-region) from messing up match data
when they call save-match-data.



reply via email to

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