From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.help Subject: Re: emacs 22 horribly slow over vpn/dsl Date: Tue, 12 Jun 2007 20:37:07 +0200 Message-ID: <87abv510ks.fsf@kfs-lx.testafd.dk> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181673589 10156 80.91.229.12 (12 Jun 2007 18:39:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 18:39:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Mark Hood Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 20:39:46 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyBHO-0006EH-9o for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 20:39:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyBHN-00049G-T9 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 14:39:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyBGl-0003mG-UQ for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:39:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyBGl-0003lv-CM for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:39:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyBGl-0003lq-3R for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:39:07 -0400 Original-Received: from mail-relay.sonofon.dk ([212.88.64.25]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HyBGk-00053T-Cw for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 14:39:06 -0400 Original-Received: (qmail 21501 invoked from network); 12 Jun 2007 18:39:03 -0000 Original-Received: from unknown (HELO kfs-lx.testafd.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 12 Jun 2007 18:39:03 -0000 In-Reply-To: (Mark Hood's message of "11 Jun 2007 17\:46\:20 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-kernel: FreeBSD 4.6-4.9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44957 Archived-At: Mark Hood writes: > Mark Hood writes: >> Interestingly, the -D and --basic-display startup options don't seem >> to have any effect on the scrollbars; Emacs starts up with a >> heavyweight display always. > > Well, apparently my .emacs was overriding the -D and --basic-display > options. They work with -q. > > So the only problem I have with Emacs 22 is the slow startup on remote > X11 connections. Hopefully that will be resolved when I build my own > Emacs 22 with the X Toolkit and debug my .emacs a bit more. I have this in my .emacs: (add-to-list 'default-frame-alist '(wait-for-wm . nil)) (add-to-list 'initial-frame-alist '(wait-for-wm . nil)) (modify-frame-parameters nil '((wait-for-wm . nil))) -- Kim F. Storm http://www.cua.dk