mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
More details about disabling features that hamper performance with slow
X connections.
This commit is contained in:
parent
4fda07c1a6
commit
634e516bef
15
etc/PROBLEMS
15
etc/PROBLEMS
@ -1263,7 +1263,20 @@ be carried out at the same time:
|
|||||||
package.
|
package.
|
||||||
|
|
||||||
2) If the connection is very slow, you might also want to consider
|
2) If the connection is very slow, you might also want to consider
|
||||||
switching off scroll bars, menu bar, and tool bar.
|
switching off scroll bars, menu bar, and tool bar. Adding the
|
||||||
|
following forms to your .emacs file will accomplish that, but only
|
||||||
|
after the the initial frame is displayed:
|
||||||
|
|
||||||
|
(scroll-bar-mode -1)
|
||||||
|
(menu-bar-mode -1)
|
||||||
|
(tool-bar-mode -1)
|
||||||
|
|
||||||
|
For still quicker startup, put 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
|
3) Use ssh to forward the X connection, and enable compression on this
|
||||||
forwarded X connection (ssh -XC remotehostname emacs ...).
|
forwarded X connection (ssh -XC remotehostname emacs ...).
|
||||||
|
Loading…
Reference in New Issue
Block a user