]> git.eshelyaron.com Git - emacs.git/commit
Add file dragging support to NS port
authorPo Lu <luangruo@yahoo.com>
Sat, 28 May 2022 01:18:09 +0000 (09:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 28 May 2022 01:18:09 +0000 (09:18 +0800)
commitffab237cbfda5121fe9d6a1a479dbb5a4c3e5f2f
treec3d1ec02470e8ad603f8d331658e99b61b21e5dc
parent3c5fbfe4ac52fb951918f0b0e6a10bade7590fa5
Add file dragging support to NS port

* lisp/dired.el (dired-mouse-drag-files): Document that
`dired-mouse-drag-files' now works on NS.

* lisp/term/ns-win.el (x-begin-drag): Handle FILE_NAME.
* src/nsselect.m (ns_decode_data_to_pasteboard): Handle file URL
type.
(ns_lisp_to_pasteboard, Fns_begin_drag): Handle new type `file'.
lisp/dired.el
lisp/term/ns-win.el
src/nsselect.m