bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: X-windows performance over slow connections.


From: Kevin Rodgers
Subject: Re: X-windows performance over slow connections.
Date: Sun, 21 Jan 2007 23:53:35 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Eli Zaretskii wrote:
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Date: Fri, 19 Jan 2007 23:17:22 -0700
Did you try the advice in etc/PROBLEMS?  Look for "Improving
performance with slow X connections".
It would be good if the exact X resource settings were listed there,
as they are for other problems.

As for turning off various decorations, I think if you disable them in
your X resources, they will never come up.
I think etc/PROBLEMS should show exactly how to disable them.

Patches are welcome.

*** etc/PROBLEMS~       Sat Dec 16 10:18:07 2006
--- etc/PROBLEMS        Sun Jan 21 23:49:18 2007
***************
*** 1263,1269 ****
     package.

  2) If the connection is very slow, you might also want to consider
!    switching off scroll bars, menu bar, and tool bar.

  3) Use ssh to forward the X connection, and enable compression on this
     forwarded X connection (ssh -XC remotehostname emacs ...).
--- 1263,1282 ----
     package.

  2) If the connection is very slow, you might also want to consider
!    switching off scroll bars, menu bar, and tool bar.  This can be
!    accomplished after the initial frame is displayed with these forms in
!    your .emacs file:
!
!    (scroll-bar-mode -1)
!    (menu-bar-mode -1)
!    (tool-bar-mode -1)
!
!    Or for quicker startup, with these X resources in your .Xdefaults
!    file:
!
!    Emacs.verticalScrollBars: off
!    Emacs.menuBar: off
!    Emacs.toolBar: off

  3) Use ssh to forward the X connection, and enable compression on this
     forwarded X connection (ssh -XC remotehostname emacs ...).


--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]