comparison etc/PROBLEMS @ 90743:f83d17e1ace6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
author Miles Bader <miles@gnu.org>
date Tue, 30 Jan 2007 22:22:43 +0000
parents 95d0cdf160ea 34fa35e88871
children 52a7f3f50b89
comparison
equal deleted inserted replaced
90742:d12279146267 90743:f83d17e1ace6
1265 the X resource useXIM to turn off use of XIM. This does not affect 1265 the X resource useXIM to turn off use of XIM. This does not affect
1266 the use of Emacs' own input methods, which are part of the Leim 1266 the use of Emacs' own input methods, which are part of the Leim
1267 package. 1267 package.
1268 1268
1269 2) If the connection is very slow, you might also want to consider 1269 2) If the connection is very slow, you might also want to consider
1270 switching off scroll bars, menu bar, and tool bar. 1270 switching off scroll bars, menu bar, and tool bar. Adding the
1271 following forms to your .emacs file will accomplish that, but only
1272 after the the initial frame is displayed:
1273
1274 (scroll-bar-mode -1)
1275 (menu-bar-mode -1)
1276 (tool-bar-mode -1)
1277
1278 For still quicker startup, put these X resources in your .Xdefaults
1279 file:
1280
1281 Emacs.verticalScrollBars: off
1282 Emacs.menuBar: off
1283 Emacs.toolBar: off
1271 1284
1272 3) Use ssh to forward the X connection, and enable compression on this 1285 3) Use ssh to forward the X connection, and enable compression on this
1273 forwarded X connection (ssh -XC remotehostname emacs ...). 1286 forwarded X connection (ssh -XC remotehostname emacs ...).
1274 1287
1275 4) Use lbxproxy on the remote end of the connection. This is an interface 1288 4) Use lbxproxy on the remote end of the connection. This is an interface