Po Lu <[email protected]> writes:
> I have now installed an interface to this end into Emacs 30. The
> pertinent documentation is under the ``Drag and Drop'' node in the Lisp
> reference manual.
Thanks!
AFAIU, the relevant paragraph is
@cindex dnd-multiple-handler, a symbol property
If a handler function is a symbol whose @code{dnd-multiple-handler}
property (@pxref{Symbol Properties}) is set, then upon a drop it is
given a list of every URL that matches its regexp; absent this
property, it is called once for each of those URLs. Following this
first argument is one of the symbols @code{copy}, @code{move},
@code{link}, @code{private} or @code{ask} identifying the action to be
taken.
Visuwesh, do you want to update your patch accordingly?
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>