emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS,v
Date: Fri, 03 Nov 2006 09:24:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/11/03 09:24:40

Index: PROBLEMS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- PROBLEMS    30 Sep 2006 17:58:29 -0000      1.199
+++ PROBLEMS    3 Nov 2006 09:24:40 -0000       1.200
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]