]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Explain how to get dropping text on xterm to work.
authorPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 02:20:47 +0000 (10:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 02:20:47 +0000 (10:20 +0800)
etc/PROBLEMS

index 4e4ec6d353d9d89c379f31bd262d09e400ff8e84..25022cad463eb38328a7889911826e73fce561e3 100644 (file)
@@ -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.