diff options
| author | Kim F. Storm | 2006-11-03 09:24:40 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-11-03 09:24:40 +0000 |
| commit | 3443198806e6f7e9c9c0dcb65584c528ddf464f9 (patch) | |
| tree | 7bb57001a7f85cc55b1f6e72f3146f07f11663e4 | |
| parent | 45a26c427907f9f055b94ceebae8ae8f6d0646a2 (diff) | |
| download | emacs-3443198806e6f7e9c9c0dcb65584c528ddf464f9.tar.gz emacs-3443198806e6f7e9c9c0dcb65584c528ddf464f9.zip | |
Add Tip to speed up copy/kill for remote X session.
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7592ba6c29c..46845c92ef8 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1280,6 +1280,11 @@ be carried out at the same time: | |||
| 1280 | For more about lbxproxy, see: | 1280 | For more about lbxproxy, see: |
| 1281 | http://www.xfree86.org/4.3.0/lbxproxy.1.html | 1281 | http://www.xfree86.org/4.3.0/lbxproxy.1.html |
| 1282 | 1282 | ||
| 1283 | 5) If copying and killing is slow, try to disable the interaction with the | ||
| 1284 | native system's clipboard by adding these lines to your .emacs file: | ||
| 1285 | (setq interprogram-cut-function nil) | ||
| 1286 | (setq interprogram-paste-function nil) | ||
| 1287 | |||
| 1283 | *** Emacs gives the error, Couldn't find per display information. | 1288 | *** Emacs gives the error, Couldn't find per display information. |
| 1284 | 1289 | ||
| 1285 | This can result if the X server runs out of memory because Emacs uses | 1290 | This can result if the X server runs out of memory because Emacs uses |