diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /etc/PROBLEMS | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
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
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index a30f4b94a63..ef67a658e46 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1267,7 +1267,20 @@ be carried out at the same time: | |||
| 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 ...). |