emacs-devel
[Top][All Lists]
Advanced

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

Re: How do I force screen update and text property settings?


From: Stefan Monnier
Subject: Re: How do I force screen update and text property settings?
Date: Mon, 23 Nov 2009 16:22:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> Fontification in the tests are done by running

> (defun nxhtmltest-fontify-w-timers-handlers ()
>     (dolist (timer (copy-sequence timer-idle-list))
>       (timer-event-handler timer))
>     (redisplay t))

This code doesn't refer to fontification, so it's no surprise that it
doesn't always cause fontification, don't you think?

Sadly I don't have a good answer for your problem.  But if you look for
"jit-lock" in ps-print, you'll see how other people solved the same problem.

        Stefan




reply via email to

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