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

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

Re: Elisp manual doc of `fontified' property


From: Chong Yidong
Subject: Re: Elisp manual doc of `fontified' property
Date: Thu, 31 May 2007 22:08:20 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     I think it should instead say something like:
>
>     `fontified'
>        This property says whether the text is ready for display.  If nil,
>        Emacs's redisplay routine will call the `fontification-function' (which
>        see) to prepare this part of the buffer before it is displayed.
>        This is used internally by jit-lock.
>
>     The manual also needs updating w.r.t fontification-function since it says
>     that this var is used for font-lock, whereas it's used for jit-lock.
>
> Can you please fix it in Emacs 22?

I corrected this text along the lines suggested by Stefan.  However:

>     The manual also needs updating w.r.t fontification-function
>     since it says that this var is used for font-lock, whereas it's
>     used for jit-lock.

In fact, fontification-functions is called from handle_fontified_prop
in xdisp.c, so I don't think the current text is incorrect (I just
read through it again briefly).





reply via email to

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