From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: font-lock latency Date: Wed, 04 Sep 2002 22:47:25 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031194400 21874 127.0.0.1 (5 Sep 2002 02:53:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 02:53:20 +0000 (UTC) Cc: eliz@is.elta.co.il, 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 17mmlj-0005gg-00 for ; Thu, 05 Sep 2002 04:53:19 +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 17mmnK-0005uu-00; Wed, 04 Sep 2002 22:54:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mmg3-0003cX-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 22:47:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mmg1-0003cD-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 22:47:27 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mmg1-0003c7-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 22:47:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17mmg1-0007E3-00; Wed, 04 Sep 2002 22:47:25 -0400 Original-To: jas@extundo.com In-Reply-To: (message from Simon Josefsson on Tue, 03 Sep 2002 18:41:21 +0200) 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:3424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3424 Doesn't help, the line is still incorrectly highlighted. I even tried pressing M-g M-g on every line of the buffer, but it was still wrong. C-l doesn't help either. Only way to get it right is to wait a few (3?) seconds. If some code that runs after 3 seconds gets it right, the first thing to do is find that code, and see how it gets the right results.