From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How do I force screen update and text property settings? Date: Mon, 23 Nov 2009 16:22:26 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259012475 20730 80.91.229.12 (23 Nov 2009 21:41:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 21:41:15 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 22:41:08 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 1NCgeZ-00036I-Vg for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 22:41:00 +0100 Original-Received: from localhost ([127.0.0.1]:43899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCgeZ-0006MH-77 for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 16:40:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCgMl-0008WV-CK for emacs-devel@gnu.org; Mon, 23 Nov 2009 16:22:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCgMg-0008UK-LO for emacs-devel@gnu.org; Mon, 23 Nov 2009 16:22:34 -0500 Original-Received: from [199.232.76.173] (port=58969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCgMg-0008UF-Fa for emacs-devel@gnu.org; Mon, 23 Nov 2009 16:22:30 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:59209) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCgMg-00012f-7i for emacs-devel@gnu.org; Mon, 23 Nov 2009 16:22:30 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nANLMQwH024625; Mon, 23 Nov 2009 16:22:26 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 46FAE3A3F7; Mon, 23 Nov 2009 16:22:26 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Mon, 23 Nov 2009 19:12:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3412=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117629 Archived-At: > 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