From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [patch] enhanced mac drag-n-drop Date: Wed, 6 Apr 2005 18:17:23 +0200 Message-ID: <4ffa2515937474fb5129bf6781413018@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112804294 18255 80.91.229.2 (6 Apr 2005 16:18:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2005 16:18:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 06 18:18:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJDDX-0000eT-MD for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2005 18:17:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJCmf-0000mB-K9 for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2005 11:49:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJCm5-0000k0-BR for emacs-devel@gnu.org; Wed, 06 Apr 2005 11:49:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJCm5-0000jc-7F for emacs-devel@gnu.org; Wed, 06 Apr 2005 11:49:01 -0400 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJDEE-0006Hz-Gh for emacs-devel@gnu.org; Wed, 06 Apr 2005 12:18:06 -0400 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050406161737.OSUT25559.mxfep01.bredband.com@coolsville.localdomain>; Wed, 6 Apr 2005 18:17:37 +0200 In-Reply-To: Original-To: "Sean O'Rourke" X-Mailer: Apple Mail (2.619.2) 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:35637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35637 > The included patch to src/macterm.c extends Carbon Emacs' drag-n-drop > to handle directories, URLs, and text. To use it, the included Lisp > code also needs to be added to the appropriate Lisp file, probably > lisp/term/mac-win.el. This is my first foray into Emacs C-hackery, so > although it's been working for me for the last few days, I would > appreciate some Mac users' trying it out. > To make this more general, I think you should use or generalize the defcustom variables in x-dnd.el so that Emacs customizations in this area becomes available on several platforms. Jan D.