emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#18303: closed (Drag and Drop fails when Emacs wind


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18303: closed (Drag and Drop fails when Emacs window/frame is above top)
Date: Sun, 07 Sep 2014 17:34:01 +0000

Your message dated Sun, 07 Sep 2014 19:32:57 +0200
with message-id <address@hidden>
and subject line Re: bug#18303: Drag and Drop fails when Emacs window/frame is 
above top
has caused the debbugs.gnu.org bug report #18303,
regarding Drag and Drop fails when Emacs window/frame is above top
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18303: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18303
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Drag and Drop fails when Emacs window/frame is above top Date: Wed, 20 Aug 2014 08:50:03 -0400
If my Emacs window is above the top of my screen (which is how I usually have it since I don't care about the title bar, etc.), I cannot drag a file onto the top part of the Emacs window/frame. If I try to, I get this error:
Not an in-range integer, float, or cons of integers

I traced the problem to the "XdndPosition" cond in x-dnd-handle-xdnd, which calls x-send-client-message. The "list-to-send" variable has a negative y value, which it gets from x-dnd-get-drop-x-y. I think the way to fix this is to change x-send-client-message so it accepts negative x/y values, but I'm not sure if that's correct.

Thanks,
Paulie

--- End Message ---
--- Begin Message --- Subject: Re: bug#18303: Drag and Drop fails when Emacs window/frame is above top Date: Sun, 07 Sep 2014 19:32:57 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0
Den 2014-08-20 14:50, Paulie Pena IV skrev:
If my Emacs window is above the top of my screen (which is how I usually have
it since I don't care about the title bar, etc.), I cannot drag a file onto
the top part of the Emacs window/frame. If I try to, I get this error:
Not an in-range integer, float, or cons of integers

I traced the problem to the "XdndPosition" cond in x-dnd-handle-xdnd, which
calls x-send-client-message. The "list-to-send" variable has a negative y
value, which it gets from x-dnd-get-drop-x-y. I think the way to fix this is
to change x-send-client-message so it accepts negative x/y values, but I'm not
sure if that's correct.

This has been fixed in the trunk. x-send-client-message accepted negative x, but did not accept negative y.

        Jan D.




--- End Message ---

reply via email to

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