[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ensuring that the whole buffer is fontified
From: |
Stefan Monnier |
Subject: |
Re: Ensuring that the whole buffer is fontified |
Date: |
21 Oct 2003 11:25:05 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> One problem I encountered with recent versions of GNU Emacs is that it
> seems (at least under Red Hat) to use font-lock "support modes" by
> default. The delayed fontification causes htmlize to properly convert
> only the first visible screenful of the buffer.
Yes. I think ps-print had the same problem.
IIRC, they fixed it, but in an ugly way. We should add
a `font-lock-fontify-now' which DTRT for all the support modes
and then you can use that and ps-print can use that as well.
Stefan