From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Stealth fontification GCs a lot Date: Fri, 15 Apr 2005 22:57:33 -0400 Message-ID: References: <200504140017.50453.jyavner@member.fsf.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113620218 24779 80.91.229.2 (16 Apr 2005 02:56:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Apr 2005 02:56:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 16 04:56:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMdUF-0006YU-Sj for ged-emacs-devel@m.gmane.org; Sat, 16 Apr 2005 04:56:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMdXs-0003ET-BV for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2005 23:00:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DMdWu-0002wZ-Ai for emacs-devel@gnu.org; Fri, 15 Apr 2005 22:59:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DMdWp-0002tr-Hp for emacs-devel@gnu.org; Fri, 15 Apr 2005 22:59:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMdWp-0002tE-7L for emacs-devel@gnu.org; Fri, 15 Apr 2005 22:59:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DMdWF-0000XF-Pt for emacs-devel@gnu.org; Fri, 15 Apr 2005 22:58:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DMdUz-0003OG-S0; Fri, 15 Apr 2005 22:57:33 -0400 Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Fri, 15 Apr 2005 08:47:07 +0200) 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:36036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36036 I often have that impression. Now I actually looked at the code and it does not refontify the whole buffer but the buffer downwards from the position a change happened. That's half the buffer, on the average. I think the other changes being considered would keep the problem down to an acceptable level.