Mercurial > emacs
diff etc/PROBLEMS @ 73631:4ec24926fb8f
Add Tip to speed up copy/kill for remote X session.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 03 Nov 2006 09:24:40 +0000 |
| parents | 8c94e11c22ec |
| children | dde3145743e4 |
line wrap: on
line diff
--- a/etc/PROBLEMS Fri Nov 03 08:58:39 2006 +0000 +++ b/etc/PROBLEMS Fri Nov 03 09:24:40 2006 +0000 @@ -1280,6 +1280,11 @@ For more about lbxproxy, see: http://www.xfree86.org/4.3.0/lbxproxy.1.html +5) If copying and killing is slow, try to disable the interaction with the + native system's clipboard by adding these lines to your .emacs file: + (setq interprogram-cut-function nil) + (setq interprogram-paste-function nil) + *** Emacs gives the error, Couldn't find per display information. This can result if the X server runs out of memory because Emacs uses
