emacs-devel
[Top][All Lists]
Advanced

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

Re: something like linum.el ought to be added


From: Richard Stallman
Subject: Re: something like linum.el ought to be added
Date: Fri, 14 Sep 2007 22:09:05 -0400

    I think your code should rely on fontification-functions instead of fiddling
    with things like window-size-change-functions.

`fontification-functions' can't be used for linum because the C code
checks explicitly for a `fontified' property before calling those
functions.  In effect, those functions have to put on `fontified'
properties in order to make this mechanism work right.  And they should
only do that if they are doing fontification.

If there is the existing hooks don't do the job well, it would be nice
to improve them so as to make them better for programs like this




reply via email to

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