From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs.app (Cocoa/GNUstep port) release and feature list Date: Sat, 24 Nov 2007 21:47:07 +0900 (JST) Message-ID: <20071124.214707.27257252.mituharu@math.s.chiba-u.ac.jp> References: <55f7df060711230241y6aeee7cfr12e61c493002014b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195908506 5046 80.91.229.12 (24 Nov 2007 12:48:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 12:48:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: william.xwl@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 13:48:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvuQy-0007Oq-87 for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 13:48:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvuQj-0005vM-HW for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 07:48:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvuQg-0005tx-7V for emacs-devel@gnu.org; Sat, 24 Nov 2007 07:48:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvuQd-0005s8-Kj for emacs-devel@gnu.org; Sat, 24 Nov 2007 07:48:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvuQd-0005s5-CY for emacs-devel@gnu.org; Sat, 24 Nov 2007 07:48:11 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2] helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvuQd-00076d-4I for emacs-devel@gnu.org; Sat, 24 Nov 2007 07:48:11 -0500 Original-Received: from localhost (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id BB1072C40; Sat, 24 Nov 2007 21:47:50 +0900 (JST) In-Reply-To: X-Mailer: Mew version 3.3 on Emacs 22.1 / Mule 5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:84045 Archived-At: >>>>> On Sat, 24 Nov 2007 20:37:07 +0900, William Xu said: > "Adrian Robert" writes: >> - Integration: drag/drop of files and text. >> >> Text or file dragged to an emacs window is inserted; file dragged >> to application icon opened in new buffer. > It seems to me there's no need to distinguish them, as inserting is > far less common. At least carbon emacs doesn't. Any other emacs > version that distinguishes them? The Carbon(+AppKit) port does distinguish them, but the default behaviors just look the same. Files dropped into the application icon are always opened by `dnd-open-local-file'. Files dropped into an Emacs frame are passed to `dnd-handle-one-url' like other platforms so users/major modes can customize the drag-and-drop behavior in a platform-independent way. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp