From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: How do I force screen update and text property settings? Date: Mon, 23 Nov 2009 19:12:53 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1259000457 11221 80.91.229.12 (23 Nov 2009 18:20:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 18:20:57 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 19:20:50 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NCdWs-0002eK-EO for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 19:20:50 +0100 Original-Received: from localhost ([127.0.0.1]:48081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCdWr-00041R-RZ for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 13:20:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCdPd-00016M-IR for emacs-devel@gnu.org; Mon, 23 Nov 2009 13:13:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCdPY-00014C-Bx for emacs-devel@gnu.org; Mon, 23 Nov 2009 13:13:20 -0500 Original-Received: from [199.232.76.173] (port=50004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCdPX-00013q-5s for emacs-devel@gnu.org; Mon, 23 Nov 2009 13:13:15 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:44361) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCdPV-0007MV-LW for emacs-devel@gnu.org; Mon, 23 Nov 2009 13:13:15 -0500 Original-Received: by yxe29 with SMTP id 29so14882639yxe.14 for ; Mon, 23 Nov 2009 10:13:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=BtsLc6IxxOrJX4149/LJ0250dCLEfMbQdC1PSccRBbU=; b=i8XctdbnzROBrjVo6OaVqryBgMKLv/mK6zIIXfTHQ6h3WluimgvnWYmQCqUamhOnxl ljnDke1knE5ppNSSj9zH2E3YVe/GMiYTZwyI/fN5BegkbENk1QMcl6Bkwm0tyGRyngcv 6WuO1i6jUOe/42YqeSs8eGG36NWfdt2/XjS4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=GYzNpaTp+GUGrDapr/9R7Y3QH5QqY0V4pURM/IMnQgc4LTABGsx7IBdKJXz3/oRxPT G/YG1tM4ZwVigTYgf8fZlrq2XCJC9E/cQ+RCjDQ22IUAMUb2RnE8OaLLT7g548k712uH 56DERtbWwWFKVaz908/mBx5xl8fS8Rv+/ZjJg= Original-Received: by 10.101.10.6 with SMTP id n6mr3993501ani.17.1258999993147; Mon, 23 Nov 2009 10:13:13 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117604 Archived-At: 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))