summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-04-07 10:20:47 +0800
committerPo Lu <luangruo@yahoo.com>2022-04-07 10:20:47 +0800
commit1f4a0828cc3fb93914d2ac12bb93013864730bd9 (patch)
treecff7e29530e997dab798f21e90e0b3adcaa184a1 /etc/PROBLEMS
parent7108c4165f06a827492724f5ab719a04f96478da (diff)
downloademacs-1f4a0828cc3fb93914d2ac12bb93013864730bd9.tar.gz
; * etc/PROBLEMS: Explain how to get dropping text on xterm to work.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4e4ec6d353d..25022cad463 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1786,6 +1786,21 @@ remote X server, try this:
(setq mouse-highlight nil)
+*** Dropping text on xterm doesn't work.
+
+Emacs sends sythetic button events to legacy clients such as xterm
+that do not support either the XDND or Motif drag-and-drop protocols
+in order to "paste" the text that was dropped. Unfortunately, xterm
+is configured to ignore these events by default. Add the following to
+your X defaults file to avoid the problem:
+
+ XTerm.*.allowSendEvents: True
+
+Note that this can in theory pose a security risk, but in pratice
+modern X servers have so many other ways to send input to clients
+without signifying that the event is synthesized that it does not
+matter.
+
* Runtime problems on character terminals
** The meta key does not work on xterm.