Variable: x-dnd-debug-errors
x-dnd-debug-errors is a variable defined in x-dnd.el.gz.
Value
nil
Documentation
Whether or not to signal protocol errors during drag-and-drop.
This is useful for debugging errors in the DND code, but makes drag-and-drop much slower over network connections with high latency.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
;; Internal variables
(defvar x-dnd-debug-errors nil
"Whether or not to signal protocol errors during drag-and-drop.
This is useful for debugging errors in the DND code, but makes
drag-and-drop much slower over network connections with high
latency.")