From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Looks like I found the slowdown Date: Thu, 31 Oct 2002 22:21:12 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <87hef1yiev.fsf_-_@alice.dynodns.net> References: <87adpxob2n.fsf@alice.dynodns.net> <200206152147.g5FLlfU10992@aztec.santafe.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036129201 28111 80.91.224.249 (1 Nov 2002 05:40:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 1 Nov 2002 05:40:01 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187UXH-0007Iv-00 for ; Fri, 01 Nov 2002 06:39:59 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187UdC-0006Ju-00 for ; Fri, 01 Nov 2002 06:46:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187UVe-0006Ti-00; Fri, 01 Nov 2002 00:38:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187UH0-0002xg-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 00:23:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187UGy-0002xQ-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 00:23:09 -0500 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 187UGl-0002w3-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 00:22:55 -0500 Original-Received: from [216.183.69.146] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 3094107 for emacs-devel@gnu.org; Thu, 31 Oct 2002 22:22:22 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 187UF6-000352-00 for ; Thu, 31 Oct 2002 22:21:12 -0700 Original-To: emacs-devel@gnu.org X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 X-Home-Page: http://www.gci-net.com/users/j/johnw/ In-Reply-To: <200206152147.g5FLlfU10992@aztec.santafe.edu> (Richard Stallman's message of "Sat, 15 Jun 2002 15:47:41 -0600 (MDT)") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9022 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9022 It seems that the "wide-column.el" adds a function to `post-command-hook' which causes excessive refreshing to occur (after every keystroke). Once I remove that module, I find that 21.3.50 seems a bit faster than 21.2. John