emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107415: Add PROBLEMS entry for X cli


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107415: Add PROBLEMS entry for X clipboard managers slowing down exit
Date: Fri, 24 Feb 2012 20:54:17 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107415
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-24 20:54:17 -0500
message:
  Add PROBLEMS entry for X clipboard managers slowing down exit
  See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8869#92
modified:
  etc/PROBLEMS
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2012-02-04 01:04:25 +0000
+++ b/etc/PROBLEMS      2012-02-25 01:54:17 +0000
@@ -1357,6 +1357,28 @@
             Option     "Device"           "/dev/input/mice"
     EndSection
 
+*** Emacs is slow to exit in X
+
+After you use e.g. C-x C-c to exit, it takes many seconds before the
+Emacs window disappears.  If Emacs was started from a terminal, you
+see the message:
+
+  Error saving to X clipboard manager.
+  If the problem persists, set `x-select-enable-clipboard-manager' to nil.
+
+As the message suggests, this problem occurs when Emacs thinks you
+have a clipboard manager program running, but has trouble contacting it.
+If you don't want to use a clipboard manager, you can set the
+suggested variable.  Or you can make Emacs not wait so long by
+reducing the value of `x-selection-timeout', either in .emacs or with
+X resources.
+
+Sometimes this problem is due to a bug in your clipboard manager.
+Updating to the latest version of the manager can help.
+For example, in the Xfce 4.8 desktop environment, the clipboard
+manager in versions of xfce4-settings-helper before 4.8.2 is buggy;
+https://bugzilla.xfce.org/show_bug.cgi?id=7588 .
+
 * Runtime problems on character terminals
 
 ** The meta key does not work on xterm.


reply via email to

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