From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Stealth fontification GCs a lot Date: Thu, 14 Apr 2005 13:25:27 +0200 Message-ID: References: <200504140017.50453.jyavner@member.fsf.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113480491 27876 80.91.229.2 (14 Apr 2005 12:08:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2005 12:08:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 14:08:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DM37l-0006Ih-RI for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 14:07:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM3B0-0002po-BF for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2005 08:10:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DM2Yg-00073V-6x for emacs-devel@gnu.org; Thu, 14 Apr 2005 07:30:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DM2Yc-00071z-Eg for emacs-devel@gnu.org; Thu, 14 Apr 2005 07:30:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM2Yb-00070P-Du for emacs-devel@gnu.org; Thu, 14 Apr 2005 07:30:49 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DM2Wl-0002RX-C8 for emacs-devel@gnu.org; Thu, 14 Apr 2005 07:28:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DM2R6-00083R-21 for emacs-devel@gnu.org; Thu, 14 Apr 2005 13:23:04 +0200 Original-Received: from iwi190.iwi.uni-sb.de ([134.96.72.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Apr 2005 13:23:04 +0200 Original-Received: from angeli by iwi190.iwi.uni-sb.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Apr 2005 13:23:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: iwi190.iwi.uni-sb.de User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:zJsBuJE/kfi416rvoP9t9H1iY2U= 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:35980 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35980 * Miles Bader (2005-04-14) writes: > Maybe it should only try to stealth-fontify some amount of text before > and after the current point (e.g., 100 lines before and after; if the > user moves, then just give up on the old position...), which would > provide a bit of buffering to make page-movement fast, but not spend > ages fontifying the entirety of giant source files. I don't really mind an initial fontification of the whole buffer. A worse annoyance of stealth fontification is that this happens again and again after every modification of the buffer. -- Ralf