comparison 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
comparison
equal deleted inserted replaced
73630:52c60387f8d4 73631:4ec24926fb8f
1278 -noatomsfile -nowinattr -cheaterrors -cheatevents 1278 -noatomsfile -nowinattr -cheaterrors -cheatevents
1279 Note that the -nograbcmap option is known to cause problems. 1279 Note that the -nograbcmap option is known to cause problems.
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
1286 a large number of fonts. On systems where this happens, C-h h is 1291 a large number of fonts. On systems where this happens, C-h h is
1287 likely to cause it. 1292 likely to cause it.