emacs-devel
[Top][All Lists]
Advanced

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

Re: Last steps for pretesting (font-lock-extend-region-function)


From: Stefan Monnier
Subject: Re: Last steps for pretesting (font-lock-extend-region-function)
Date: Tue, 25 Apr 2006 15:30:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Hopefully I understand "your solution" correctly here if I am assuming
> this relates to putting the hook into
> `font-lock-default-fontify-region'.  I've implemented a variant of
> this approach for AUCTeX by using a custom-made function for
> `font-lock-fontify-region-function' which calls other functions for
> extending the region and then calls `font-lock-default-fontify-region'
> with the extended region as arguments.  There is no special code in
> `after-change-functions' and the approach actually works quite well.

Hey, that's a very good point.  There isn't any real need for a new
"extend-region" hook in font-lock-default-fontify-region since we can simply
use the font-lock-fontify-region-function hook for that purpose.

Thanks for pointing it out,


        Stefan




reply via email to

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