aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 675644f5654..75627f084cd 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1357,6 +1357,28 @@ single copies. You do not need any other drivers or options.
1357 Option "Device" "/dev/input/mice" 1357 Option "Device" "/dev/input/mice"
1358 EndSection 1358 EndSection
1359 1359
1360*** Emacs is slow to exit in X
1361
1362After you use e.g. C-x C-c to exit, it takes many seconds before the
1363Emacs window disappears. If Emacs was started from a terminal, you
1364see the message:
1365
1366 Error saving to X clipboard manager.
1367 If the problem persists, set `x-select-enable-clipboard-manager' to nil.
1368
1369As the message suggests, this problem occurs when Emacs thinks you
1370have a clipboard manager program running, but has trouble contacting it.
1371If you don't want to use a clipboard manager, you can set the
1372suggested variable. Or you can make Emacs not wait so long by
1373reducing the value of `x-selection-timeout', either in .emacs or with
1374X resources.
1375
1376Sometimes this problem is due to a bug in your clipboard manager.
1377Updating to the latest version of the manager can help.
1378For example, in the Xfce 4.8 desktop environment, the clipboard
1379manager in versions of xfce4-settings-helper before 4.8.2 is buggy;
1380https://bugzilla.xfce.org/show_bug.cgi?id=7588 .
1381
1360* Runtime problems on character terminals 1382* Runtime problems on character terminals
1361 1383
1362** The meta key does not work on xterm. 1384** The meta key does not work on xterm.