From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: ECB Date: 05 Jul 2004 08:53:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200407051206.i65C6cRq032724@projectile.siege-engine.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089032052 10134 80.91.224.253 (5 Jul 2004 12:54:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 12:54:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 05 14:54:05 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhSyz-0003Sc-00 for ; Mon, 05 Jul 2004 14:54:05 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhSyy-0002nR-00 for ; Mon, 05 Jul 2004 14:54:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhT0w-0008Q0-Pr for emacs-devel@quimby.gnus.org; Mon, 05 Jul 2004 08:56:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BhT0l-0008Po-4K for emacs-devel@gnu.org; Mon, 05 Jul 2004 08:55:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhT0j-0008PL-Ji for emacs-devel@gnu.org; Mon, 05 Jul 2004 08:55:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhT0j-0008PH-HR for emacs-devel@gnu.org; Mon, 05 Jul 2004 08:55:53 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BhSyW-00072u-Ft for emacs-devel@gnu.org; Mon, 05 Jul 2004 08:53:37 -0400 Original-Received: from empanada.local ([67.71.25.81]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040705125259.NLFK3387.simmts5-srv.bellnexxia.net@empanada.local>; Mon, 5 Jul 2004 08:52:59 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id 6BCD4242410; Mon, 5 Jul 2004 08:53:35 -0400 (EDT) Original-To: "Eric M. Ludlam" In-Reply-To: <200407051206.i65C6cRq032724@projectile.siege-engine.com> Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25454 > I recall your email to me. The current CVS version has since been > updated to delay parsing to an idle timer. Tools that need the > buffer parsed now must wait until an idle timer goes off, so related > decorations don't show up till a few seconds after the buffer is > visible. Great to hear. > Your other request of disabling parsing for an individual > mode is still on my to-do list but it is unclear to me what to do > about it since all the load-time hooks are auto-generated in > auto-load files. I'm not sure whether it should be on the todo list. I think I mentioned it more as a "this is so slow, please do *something*". Other approaches such as laziness are much better. But if it's still deemed necessary, a way to "enable for a few specific modes" would be more useful to me than a way to "disable for a few specific modes". Stefan