From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Marc Levoy" Newsgroups: gmane.emacs.devel Subject: Re: [levoy@cs.stanford.edu: Poor performance over DSL link] Date: 9 Sep 2002 02:12:39 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <15740.26119.925739.482991@electrolux.Stanford.EDU> References: <5xelc3o4wq.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1031562839 7133 127.0.0.1 (9 Sep 2002 09:13:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 09:13:59 +0000 (UTC) Cc: gerd@gnu.org, emacs-devel@gnu.org, rms@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 17oKcI-0001qt-00 for ; Mon, 09 Sep 2002 11:13:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17oLCA-00057o-00 for ; Mon, 09 Sep 2002 11:51:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oKcL-0002cO-00; Mon, 09 Sep 2002 05:14:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oKb7-0002YV-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 05:12:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oKb3-0002XF-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 05:12:44 -0400 Original-Received: from gpo.stanford.edu ([171.64.77.203]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oKb3-0002Wo-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 05:12:41 -0400 Original-Received: (qmail 28302 invoked by uid 8823); 9 Sep 2002 09:12:40 -0000 Original-To: "Kim F. Storm" In-Reply-To: <5xelc3o4wq.fsf@kfs2.cua.dk> X-Mailer: VM 7.07 under Emacs 21.2.1 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:7737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7737 Kim (and Richard), Thanks for the quick response. I had already seen those suggestions (turning off XIM, and disabling scroll bars, the menu bar, and the tool bar) on a web page. I tried all except turning off XIM, and it didn't help. As it happens, I finally realized (by watching the rhythm of the traffic) that Emacs 21's software blinking cursor was causing the traffic. I disabled it using: (if (fboundp 'blink-cursor-mode) (blink-cursor-mode -1)) and the extra traffic disappeared. You might suggest this tweak to people with DSL (or slower) links. -Marc