From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Drag images from Firefox to org-mode Date: Thu, 17 Oct 2013 14:43:36 +0200 Message-ID: <871u3krrt3.fsf@yahoo.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWmx6-0007pt-Py for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 08:45:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWmww-0002jw-0z for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 08:45:20 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:43868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWmwv-0002ji-RF for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 08:45:09 -0400 In-Reply-To: (Carsten Dominik's message of "Thu, 17 Oct 2013 14:04:10 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: org mode , Oleh Carsten Dominik writes: > does anyone know how general this code is? Does it works on different operating systems? > We might want to include this into the Org core. Since it is based on dnd, and since the documentation of dnd reads: ;; This file provides the generic handling of the drop part only. ;; Different DND backends (X11, W32, etc.) that handle the platform ;; specific DND parts call the functions here to do final delivery of ;; a drop. I'd highly suspect that the code is portable. This is my naive opinion, though HTH, -- Nico.