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: Thu, 14 Apr 2005 12:20:53 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113496332 23911 80.91.229.2 (14 Apr 2005 16:32:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2005 16:32:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 18:32:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DM7FI-0003pf-Rp for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 18:31:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM7Id-00023a-1G for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 12:34:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DM7Eh-0008EX-ND for emacs-devel@gnu.org; Thu, 14 Apr 2005 12:30:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DM7EE-0007v1-IQ for emacs-devel@gnu.org; Thu, 14 Apr 2005 12:30:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM7EC-0007nu-E6 for emacs-devel@gnu.org; Thu, 14 Apr 2005 12:30:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DM75y-0001GO-LN for emacs-devel@gnu.org; Thu, 14 Apr 2005 12:21:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DM75J-0003BR-8m; Thu, 14 Apr 2005 12:20:53 -0400 Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Wed, 13 Apr 2005 13:37:20 +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:35981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35981 But I see your point and I'll check if forcing the whole buffer to be fontified before folding leads to bearable execution times. If it is too slow, here's another possible idea: explicitly handle precisely and only the part of fontification that is needed for the other features to work. That might be substantially faster.