Variable: dnd-unescape-file-uris

dnd-unescape-file-uris is a variable defined in dnd.el.gz.

Value

t

Documentation

Whether to unescape file: URIs before they are opened.

Bind this to nil when providing dnd-get-local-file-name with a file name that may incorporate URI escape sequences.

Source Code

;; Defined in /usr/src/emacs/lisp/dnd.el.gz
(defvar dnd-unescape-file-uris t
  "Whether to unescape file: URIs before they are opened.
Bind this to nil when providing `dnd-get-local-file-name' with a
file name that may incorporate URI escape sequences.")