File: dnd.el.html
This file provides the generic handling of the drop part only.
Different DND backends (X11, W32, etc.) that handle the platform specific DND parts call the functions here to do final delivery of a drop.
Defined variables (3)
dnd-open-file-other-window | If non-nil, always use ‘find-file-other-window’ to open dropped files. |
dnd-open-remote-file-function | The function to call when opening a file on a remote machine. |
dnd-protocol-alist | The functions to call for different protocols when a drop is made. |
Defined functions (8)
dnd--unescape-uri | (URI) |
dnd-get-local-file-name | (URI &optional MUST-EXIST) |
dnd-get-local-file-uri | (URI) |
dnd-handle-one-url | (WINDOW ACTION URL) |
dnd-insert-text | (WINDOW ACTION TEXT) |
dnd-open-file | (URI ACTION) |
dnd-open-local-file | (URI ACTION) |
dnd-open-remote-url | (URI ACTION) |