From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12936: 24.2; Setting 'jit-lock-defer-time' to number prevent some new buffers from automatic fontification. Date: Mon, 19 Nov 2012 14:55:54 -0500 Message-ID: References: <87vcd1iep5.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1353355021 25849 80.91.229.3 (19 Nov 2012 19:57:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2012 19:57:01 +0000 (UTC) Cc: 12936@debbugs.gnu.org To: Oleksandr Gavenko Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 19 20:57:12 2012 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 1TaXSx-00067e-O6 for geb-bug-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 20:57:11 +0100 Original-Received: from localhost ([::1]:41252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaXSn-0002ia-Gn for geb-bug-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 14:57:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaXSk-0002iS-Tm for bug-gnu-emacs@gnu.org; Mon, 19 Nov 2012 14:56:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaXSj-0004rv-2p for bug-gnu-emacs@gnu.org; Mon, 19 Nov 2012 14:56:58 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaXSi-0004rr-V9 for bug-gnu-emacs@gnu.org; Mon, 19 Nov 2012 14:56:56 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TaXTl-0007sj-NG for bug-gnu-emacs@gnu.org; Mon, 19 Nov 2012 14:58:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Nov 2012 19:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12936 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12936-submit@debbugs.gnu.org id=B12936.135335503430242 (code B ref 12936); Mon, 19 Nov 2012 19:58:01 +0000 Original-Received: (at 12936) by debbugs.gnu.org; 19 Nov 2012 19:57:14 +0000 Original-Received: from localhost ([127.0.0.1]:55570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TaXT0-0007rj-3a for submit@debbugs.gnu.org; Mon, 19 Nov 2012 14:57:14 -0500 Original-Received: from relais.videotron.ca ([24.201.245.36]:22757) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TaXSy-0007rc-5u for 12936@debbugs.gnu.org; Mon, 19 Nov 2012 14:57:12 -0500 Original-Received: from ceviche.home ([24.201.208.110]) by VL-VM-MR004.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MDR002CB3DDRY60@VL-VM-MR004.ip.videotron.ca> for 12936@debbugs.gnu.org; Mon, 19 Nov 2012 14:56:03 -0500 (EST) Original-Received: by ceviche.home (Postfix, from userid 20848) id CA8CA660FF; Mon, 19 Nov 2012 14:55:54 -0500 (EST) In-reply-to: <87vcd1iep5.fsf@gavenkoa.example.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.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:67180 Archived-At: > For example: "M-x compile make RET" and *compilation* buffer fontified > only if I press some key after RET. Same with "M-x grep RET" and in > another cases. > I can't find case when this happen in current buffer (only in buffer > in other window). I'd guess it also misbehaves if you use `g' in the compile buffer (in which case the output is placed in the current-buffer), because IIUC the problem is that idle-timers (such as used by jit-lock-defer) are not restarted after running process-filters. While we should fix this bug, we should also fix the performance problem that caused you to set jit-lock-defer-time (so please, report this problem via M-x report-emacs-bug). Stefan