From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Subject: Re: X-windows performance over slow connections.
Date: Sun, 21 Jan 2007 23:53:35 -0700 [thread overview]
Message-ID: <ep1n11$bel$1@sea.gmane.org> (raw)
In-Reply-To: <uodotvlks.fsf@gnu.org>
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
next prev parent reply other threads:[~2007-01-22 6:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-18 23:35 X-windows performance over slow connections Bill Zaumen
2007-01-19 10:49 ` Eli Zaretskii
2007-01-20 6:17 ` Kevin Rodgers
2007-01-20 14:06 ` Eli Zaretskii
2007-01-22 6:53 ` Kevin Rodgers [this message]
2007-01-27 18:13 ` Eli Zaretskii
2007-01-20 18:07 ` Richard Stallman
[not found] ` <mailman.3337.1169273850.2155.bug-gnu-emacs@gnu.org>
2007-01-20 22:53 ` Tom Horsley
2007-01-21 6:06 ` Bill Zaumen
2007-01-21 10:12 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ep1n11$bel$1@sea.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.