From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.bugs Subject: bug#20404: 25.0.50; Sometimes no fontification with jit-lock-defer-time Date: Thu, 23 Apr 2015 10:38:35 +0200 Message-ID: <87fv7rw86s.fsf@gnu.org> References: <87a8y0iji1.fsf@gnu.org> <83383r2sb3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429778372 14192 80.91.229.3 (23 Apr 2015 08:39:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2015 08:39:32 +0000 (UTC) Cc: 20404@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 23 10:39:19 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YlCfA-0005Cp-Ni for geb-bug-gnu-emacs@m.gmane.org; Thu, 23 Apr 2015 10:39:12 +0200 Original-Received: from localhost ([::1]:38887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlCfA-0001TL-5t for geb-bug-gnu-emacs@m.gmane.org; Thu, 23 Apr 2015 04:39:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlCf6-0001SA-Ap for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 04:39:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlCf1-0006dE-38 for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 04:39:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlCf0-0006dA-Vd for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 04:39:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YlCf0-0004VI-Nk for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2015 04:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Tassilo Horn Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 Apr 2015 08:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20404 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 20404-submit@debbugs.gnu.org id=B20404.142977831817269 (code B ref 20404); Thu, 23 Apr 2015 08:39:02 +0000 Original-Received: (at 20404) by debbugs.gnu.org; 23 Apr 2015 08:38:38 +0000 Original-Received: from localhost ([127.0.0.1]:37114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlCec-0004UT-03 for submit@debbugs.gnu.org; Thu, 23 Apr 2015 04:38:38 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:59189) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YlCea-0004UL-BM for 20404@debbugs.gnu.org; Thu, 23 Apr 2015 04:38:36 -0400 Original-Received: from thinkpad-t440p (dhcp18.uni-koblenz.de [141.26.71.18]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 0B8111A824F; Thu, 23 Apr 2015 10:38:36 +0200 (CEST) In-Reply-To: <83383r2sb3.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 23 Apr 2015 10:54:24 +0300") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:101911 Archived-At: Eli Zaretskii writes: > I've reproduced this recipe. The fontification happens about 2.5 sec > after the buffer is initially displayed. I've noticed that the cursor > also doesn't blink during these few seconds, which seems to imply that > Emacs simply doesn't "become idle" during that time, or maybe doesn't > run _any_ idle timers during that time for some other reason. It doesn't run _any_ timers, no matter if normal or idle. See my other mail which also includes redisplay traces. > Btw, it is enough to set jit-lock-defer-time to something non-zero, to > have this effect; the other 2 customizations seem not to affect this. Right. Bye, Tassilo