emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master f229710d41: Implement new DND features on GNUstep


From: Po Lu
Subject: Re: master f229710d41: Implement new DND features on GNUstep
Date: Sun, 03 Apr 2022 10:26:34 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:

> branch: master
> commit f229710d41e85752bc1a835bae56c055a62813d9
> Author: Po Lu <luangruo@yahoo.com>
> Commit: Po Lu <luangruo@yahoo.com>
>
>     Implement new DND features on GNUstep
>     
>     * lisp/term/ns-win.el (ns-drag-n-drop): Handle special `lambda'
>     drag-n-drop events.
>     * src/nsterm.m: ([EmacsView wantsPeriodicDraggingUpdates]):
>     ([EmacsView draggingUpdated:]): New functions.
> ---
>  lisp/term/ns-win.el | 41 ++++++++++++++++++++++-------------------
>  src/nsterm.m        | 31 +++++++++++++++++++++++++++++++
>  2 files changed, 53 insertions(+), 19 deletions(-)

As usual this sort of thing doesn't work on macOS because Apple runs a
nested event loop to track the mouse during drag-and-drop.

Any ideas on how to solve that would be very welcome.  Thanks in
advance.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]