all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: How do I force screen update and text property settings?
Date: Mon, 23 Nov 2009 19:12:53 +0100	[thread overview]
Message-ID: <e01d8a50911231012g2f6a9606p715b7f8fd207ba15@mail.gmail.com> (raw)

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




             reply	other threads:[~2009-11-23 18:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-23 18:12 Lennart Borgman [this message]
2009-11-23 21:22 ` How do I force screen update and text property settings? Stefan Monnier
2009-11-23 21:32   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e01d8a50911231012g2f6a9606p715b7f8fd207ba15@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.