From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: font-lock latency Date: Tue, 3 Sep 2002 07:01:44 +0200 (IST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1031029445 7688 127.0.0.1 (3 Sep 2002 05:04:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Sep 2002 05:04:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17m5r7-0001zt-00 for ; Tue, 03 Sep 2002 07:04:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17m5se-0007d2-00; Tue, 03 Sep 2002 01:05:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17m5ro-0007cm-00 for bug-gnu-emacs@gnu.org; Tue, 03 Sep 2002 01:04:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17m5rh-0007cI-00 for bug-gnu-emacs@gnu.org; Tue, 03 Sep 2002 01:04:43 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17m5rh-0007cE-00 for bug-gnu-emacs@gnu.org; Tue, 03 Sep 2002 01:04:37 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA14916; Tue, 3 Sep 2002 07:01:44 +0200 (IST) X-Sender: eliz@is Original-To: Simon Josefsson In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3384 On Mon, 2 Sep 2002, Simon Josefsson wrote: > $ emacs -q --no-site-file foo.c > M-x font-lock-mode RET > > change the line > > #include "foo.h" > > into > > #include "foo. > > and wait a couple of seconds. Then add the " back. Font locking in > the buffer is now messed up and the only way to restore it is to wait > a couple of seconds again. Does it help to type "M-g M-g" instead of waiting?