[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: linum.el?
From: |
Stefan Monnier |
Subject: |
Re: linum.el? |
Date: |
Sat, 29 Dec 2007 02:26:24 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
> I still firmly believe that these cases should be handled via jit-lock
> and/or fontification-functions and/or some extension of them.
> If that works, I have nothing against it. But I think it will be
> difficult to go that way. fontification works with text properties,
> and linum.el uses overlays.
That's irrelevant: `fontification-functions' uses 1 text property
(`fontified') to determine what's been fontified. Whether the
"fontification" itself uses text-properties or overlays or bananas
doesn't matter as long as it's behavior is consistent with the behavior
of the `fontified' text property. `glasses-mode' has been using
jit-lock together with overlays just fine.
Stefan
Re: linum.el?, Richard Stallman, 2007/12/27
- Re: linum.el?, Markus Triska, 2007/12/27
- Re: linum.el?, Richard Stallman, 2007/12/28
- Re: linum.el?, Markus Triska, 2007/12/28
- Re: linum.el?, Stefan Monnier, 2007/12/29
- Re: linum.el?, Richard Stallman, 2007/12/29