emacs-devel
[Top][All Lists]
Advanced

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

Re: master a1a435b3f6: Respect test function when performing local drag-


From: Po Lu
Subject: Re: master a1a435b3f6: Respect test function when performing local drag-and-drop
Date: Tue, 14 Jun 2022 10:51:06 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> My point was that before the doc string talks about x-begin-drag, it
> should somehow tell where does this variable come into play with that
> function.

How about this?

Function called for the return value of `x-begin-drag' when dropping on a frame.

It should accept two arguments POS and ACTION, and return a symbol
describing what to return from `x-begin-drag' if the drop happens on a
frame.  POS is a mouse position list detailing the location of the drop,
and ACTION is the action specified by the caller of `x-begin-drag'.

If nil or a non-symbol value is returned, the drop will be cancelled.


reply via email to

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