From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: [patch] enhanced mac drag-n-drop Date: Wed, 06 Apr 2005 11:12:45 -0700 Message-ID: References: <4ffa2515937474fb5129bf6781413018@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112811348 8247 80.91.229.2 (6 Apr 2005 18:15:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2005 18:15:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 06 20:15:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJF2q-0002gd-OQ for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2005 20:14:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJEbz-00059W-KV for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2005 13:46:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJEa1-0004as-U4 for emacs-devel@gnu.org; Wed, 06 Apr 2005 13:44:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJEa0-0004ZN-1h for emacs-devel@gnu.org; Wed, 06 Apr 2005 13:44:40 -0400 Original-Received: from [132.239.1.60] (helo=mailbox8.ucsd.edu) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DJF1n-00082y-Nc for emacs-devel@gnu.org; Wed, 06 Apr 2005 14:13:24 -0400 Original-Received: from smtp.ucsd.edu (smtp-a.ucsd.edu [132.239.1.49]) by mailbox8.ucsd.edu (8.13.3/8.13.3) with ESMTP id j36ICndL073953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Apr 2005 11:12:49 -0700 (PDT) Original-Received: from Sean-ORourkes-Computer.local ([128.54.220.172]) by smtp.ucsd.edu (8.12.10/8.9.3) with ESMTP id j36ICmTg016950; Wed, 6 Apr 2005 11:12:48 -0700 (PDT) Original-To: "Jan D." In-Reply-To: <4ffa2515937474fb5129bf6781413018@swipnet.se> (Jan D.'s message of "Wed, 6 Apr 2005 18:17:23 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin) X-Greylisting: NO DELAY (Trusted relay host); processed by UCSD_GL-v1.2 on mailbox8.ucsd.edu; Wed, 06 April 2005 11:12:50 -0700 (PDT) X-MailScanner: PASSED (v1.2.8 48684 j36ICndL073953 mailbox8.ucsd.edu) 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:35650 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35650 "Jan D." writes: > 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. x-dnd-known-types, x-dnd-types-alist, and x-dnd-default-test-function are useless, since they deal with xdnd protocol specifics, and I handle character encodings at the C level. But the rest of the file looks like quite an improvement over my simple handler, so I'll look at creating a mac analog to the x-specific parts. /s