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

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

bug#20146: font-lock-extend-jit-lock-region-after-change: results are di


From: Stefan Monnier
Subject: bug#20146: font-lock-extend-jit-lock-region-after-change: results are discarded instead of being returned.
Date: Fri, 20 Mar 2015 10:20:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> In font-lock-extend-jit-lock-region-after-change in font-lock.el, the
> new fontification region is calculated by funcalling
> font-lock-extend-after-change-region-function.  The result of this
> funcall is assigned to internal variables beg and end.

> To return these values to the caller, they should be written to the
> dynamically bound variables jit-lock-start and jit-lock-end.  This is
> only done in the case

>     (memq 'font-lock-extend-region-wholelines
>            font-lock-extend-region-functions)

> .  It should be done in all cases.

I'm thinking of removing font-lock-extend-after-change-region-function
altogether anyway: cc-mode is the only user and it has a workaround in
place for when the "feature" is absent, so it's really just useless.


        Stefan





reply via email to

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