From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel Subject: Re: Drag-and-drop FROM Emacs to another editable application window under MacOS Date: Wed, 11 Oct 2017 19:07:47 -0400 Message-ID: References: <86fuaps9ip.fsf@misasa.okayama-u.ac.jp> Reply-To: rswgnu@gmail.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c057820c7f0b7055b4d7f02" X-Trace: blaine.gmane.org 1507763342 13749 195.159.176.226 (11 Oct 2017 23:09:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2017 23:09:02 +0000 (UTC) Cc: emacs-devel To: Tak Kunihiro Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 12 01:08:56 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2Q7T-0002Rw-K6 for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2017 01:08:55 +0200 Original-Received: from localhost ([::1]:42950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Q7X-0008Uy-Pl for ged-emacs-devel@m.gmane.org; Wed, 11 Oct 2017 19:08:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Q6w-0008Us-WC for emacs-devel@gnu.org; Wed, 11 Oct 2017 19:08:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2Q6s-0004cP-SI for emacs-devel@gnu.org; Wed, 11 Oct 2017 19:08:22 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Q6s-0004cH-Oo for emacs-devel@gnu.org; Wed, 11 Oct 2017 19:08:18 -0400 Original-Received: from mail-qt0-f180.google.com ([209.85.216.180]:51343) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1e2Q6s-00029u-Da for emacs-devel@gnu.org; Wed, 11 Oct 2017 19:08:18 -0400 Original-Received: by mail-qt0-f180.google.com with SMTP id q4so10133064qtq.8 for ; Wed, 11 Oct 2017 16:08:18 -0700 (PDT) X-Gm-Message-State: AMCzsaX4ickWXsnhmGZvF219o5UiX+6S+uG9xo5uArdwokQ2tv9Eg+Ar KXZUitD5/QCtVtAnWOeaD2gVQ1PWwprk0R5onMc= X-Google-Smtp-Source: ABhQp+TLuIZN+HRfSwRt5Yf2b7ONn3LPfROHsD51rlT3LkeX2sQoS1ocAtsXL48IhJ7F1lSB2AGhgMFiz/0d+1nXWx0= X-Received: by 10.55.103.138 with SMTP id b132mr952837qkc.50.1507763297970; Wed, 11 Oct 2017 16:08:17 -0700 (PDT) Original-Received: by 10.237.34.225 with HTTP; Wed, 11 Oct 2017 16:07:47 -0700 (PDT) In-Reply-To: <86fuaps9ip.fsf@misasa.okayama-u.ac.jp> X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:219396 Archived-At: --94eb2c057820c7f0b7055b4d7f02 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Oct 11, 2017 at 4:40 PM, Tak Kunihiro wrote: > =E2=80=8BI wrote: > =E2=80=8B > > I'd like to be able to: > > 1. Drag files from Dired to an editable window in another application, > e.g. Chrome. > > 2. Select a region and have a mouse key binding that would drag it to > the other application. > > `mouse-drag-and-drop-region' (from 26) moves region within a frame. > =E2=80=8BExcellent. Thanks for the tip. Some things I'm working on now wi= ll probably allow this to be extended across frames. I wonder why it doesn't work to drop the text onto other applications. Bob --94eb2c057820c7f0b7055b4d7f02 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Oct 11, 2= 017 at 4:40 PM, Tak Kunihiro <homeros.misasa@gmail.com> wrote:
=E2=80=8BI wrote:
=C2=A0
=E2=80=8B> I'd like to be able to:
> 1. Drag files from Dired to an editable window in another application,= e.g. Chrome.
> 2. Select a region and have a mouse key binding that would drag it to = the other application.

`mouse-drag-and-drop-region' (from 26) moves region within a fra= me.

=E2=80=8BExcellent.=C2=A0 Thanks for the tip= .=C2=A0 Some things I'm working on now will probably allow this to be e= xtended across frames.

I wonder why it doesn't work to drop the = text onto other applications.

Bob

--94eb2c057820c7f0b7055b4d7f02--