all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I force screen update and text property settings?
@ 2009-11-23 18:12 Lennart Borgman
  2009-11-23 21:22 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2009-11-23 18:12 UTC (permalink / raw)
  To: Emacs-Devel devel

I want to test for 'face property value. Those tests works fine when
Emacs is visible, but they fail when the Emacs frame (w32 window) is
not visible.

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))




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-23 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 18:12 How do I force screen update and text property settings? Lennart Borgman
2009-11-23 21:22 ` Stefan Monnier
2009-11-23 21:32   ` Lennart Borgman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.