From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Looks like I found the slowdown Date: Fri, 01 Nov 2002 22:32:14 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87adpxob2n.fsf@alice.dynodns.net> <200206152147.g5FLlfU10992@aztec.santafe.edu> <87hef1yiev.fsf_-_@alice.dynodns.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036214192 30245 80.91.224.249 (2 Nov 2002 05:16:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Nov 2002 05:16:32 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187qe7-0007rg-00 for ; Sat, 02 Nov 2002 06:16:31 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187qkV-0003wF-00 for ; Sat, 02 Nov 2002 06:23:08 +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 187p2Q-0001DQ-00; Fri, 01 Nov 2002 22:33:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187p1F-0000uD-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:32:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187p1D-0000ti-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:32:16 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187p1D-0000tc-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 22:32:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 187p1C-0004VM-00; Fri, 01 Nov 2002 22:32:14 -0500 Original-To: johnw@gnu.org In-reply-to: <87hef1yiev.fsf_-_@alice.dynodns.net> (message from John Wiegley on Thu, 31 Oct 2002 22:21:12 -0700) 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:9065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9065 It seems that the "wide-column.el" adds a function to `post-command-hook' which causes excessive refreshing to occur (after every keystroke). It looks like wide-column.el is not part of Emacs, but maybe its author could improve this aspect of it.