From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 15 seconds to fontify index Date: Mon, 02 Apr 2007 15:17:04 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175516243 16773 80.91.229.12 (2 Apr 2007 12:17:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Apr 2007 12:17:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 02 14:17:16 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HYLTD-0002yq-4z for ged-emacs-devel@m.gmane.org; Mon, 02 Apr 2007 14:17:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYLWE-00055K-P3 for ged-emacs-devel@m.gmane.org; Mon, 02 Apr 2007 08:20:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYLWC-00055E-Oi for emacs-devel@gnu.org; Mon, 02 Apr 2007 08:20:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYLWB-000551-Lj for emacs-devel@gnu.org; Mon, 02 Apr 2007 08:20:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYLWB-00054y-Gf for emacs-devel@gnu.org; Mon, 02 Apr 2007 08:20:15 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYLT8-0004Im-F7; Mon, 02 Apr 2007 08:17:06 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.34.87]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CGL05259 (AUTH halo1); Mon, 2 Apr 2007 15:16:58 +0300 (IDT) In-reply-to: (message from Richard Stallman on Sun, 01 Apr 2007 17:42:19 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:68929 Archived-At: > From: Richard Stallman > Date: Sun, 01 Apr 2007 17:42:19 -0400 > > For the Emacs Lisp Manual, info.el takes 15 seconds to fontify > the index. What kind of machine do you have there? On mine (3-GHz single-core CPU), it takes only 5 seconds, which is quite long, but not enough to annoy. > Perhaps we need to reduce the amount of fontification that is done > on such a large node. But we have to do SOMETHING. The SOMETHING we should do is not introduce any new features where no grave bugs require them. This one is due to a change made in January.