From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [patch] enhanced mac drag-n-drop Date: Thu, 07 Apr 2005 07:59:39 +0100 Message-ID: References: <4ffa2515937474fb5129bf6781413018@swipnet.se> <639109ba1cd24c3d44f3795e1ca42d33@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112858945 8859 80.91.229.2 (7 Apr 2005 07:29:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2005 07:29:05 +0000 (UTC) Cc: Sean O'Rourke , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 07 09:29:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJRRS-0006iN-PR for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2005 09:28:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJR0f-0005RQ-7P for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2005 03:01:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJQpW-00084z-1D for emacs-devel@gnu.org; Thu, 07 Apr 2005 02:49:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJQpU-000800-Uq for emacs-devel@gnu.org; Thu, 07 Apr 2005 02:49:29 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DJR0G-0008Vg-5P for emacs-devel@gnu.org; Thu, 07 Apr 2005 03:00:36 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j376xpch008451; Thu, 7 Apr 2005 07:59:51 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 9B37ADDE1D; Thu, 7 Apr 2005 07:59:50 +0100 (BST) Original-To: "Jan D." In-Reply-To: <639109ba1cd24c3d44f3795e1ca42d33@swipnet.se> (Jan D.'s message of "Thu, 7 Apr 2005 06:36:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35682 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35682 "Jan D." writes: > We should break out what you can use in a general dnd.el file. The > x-dnd.el currently contains both general DND handling and protocol > specifics. I'll look at what the w32 code uses and try to generalize > it more. The code is in term/w32-win.el. I only used one function from x-dnd.el, but I think I basically rewrote another function with minor changes, so it may be possible to generalize that. Also a full dnd implementation on w32 could probably use more from x-dnd.el if someone were to contribute the necessary COM code to generate the more complex events, so generalizing as much as you can would help in the long term.