* Drag-and-drop FROM Emacs to another editable application window under MacOS
@ 2017-10-10 21:26 Robert Weiner
2017-10-11 20:40 ` Tak Kunihiro
0 siblings, 1 reply; 10+ messages in thread
From: Robert Weiner @ 2017-10-10 21:26 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
Has anyone ever worked on being able to drag files and regions from Emacs
to another Mac application?
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.
Thanks for any pointers.
Bob
[-- Attachment #2: Type: text/html, Size: 1253 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-10 21:26 Drag-and-drop FROM Emacs to another editable application window under MacOS Robert Weiner
@ 2017-10-11 20:40 ` Tak Kunihiro
2017-10-11 23:07 ` Robert Weiner
0 siblings, 1 reply; 10+ messages in thread
From: Tak Kunihiro @ 2017-10-11 20:40 UTC (permalink / raw)
To: Robert Weiner; +Cc: rswgnu, emacs-devel
> Has anyone ever worked on being able to drag files and regions from
> Emacs to another Mac application?
>
> 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.
HTH
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-11 20:40 ` Tak Kunihiro
@ 2017-10-11 23:07 ` Robert Weiner
2017-10-12 7:01 ` Eli Zaretskii
2017-10-12 8:05 ` martin rudalics
0 siblings, 2 replies; 10+ messages in thread
From: Robert Weiner @ 2017-10-11 23:07 UTC (permalink / raw)
To: Tak Kunihiro; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]
On Wed, Oct 11, 2017 at 4:40 PM, Tak Kunihiro <homeros.misasa@gmail.com>
wrote:
> I wrote:
>
> > 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.
>
Excellent. Thanks for the tip. Some things I'm working on now will
probably allow this to be extended across frames.
I wonder why it doesn't work to drop the text onto other applications.
Bob
[-- Attachment #2: Type: text/html, Size: 1956 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-11 23:07 ` Robert Weiner
@ 2017-10-12 7:01 ` Eli Zaretskii
2017-10-12 7:13 ` Robert Weiner
2017-10-12 8:05 ` martin rudalics
1 sibling, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2017-10-12 7:01 UTC (permalink / raw)
To: rswgnu; +Cc: homeros.misasa, emacs-devel
> From: Robert Weiner <rsw@gnu.org>
> Date: Wed, 11 Oct 2017 19:07:47 -0400
> Cc: emacs-devel <emacs-devel@gnu.org>
>
> I wonder why it doesn't work to drop the text onto other applications.
It does, but the application you drag-n-drop into should support that.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-12 7:01 ` Eli Zaretskii
@ 2017-10-12 7:13 ` Robert Weiner
2017-10-12 7:42 ` Eli Zaretskii
0 siblings, 1 reply; 10+ messages in thread
From: Robert Weiner @ 2017-10-12 7:13 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Tak Kunihiro, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]
On Thu, Oct 12, 2017 at 3:01 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> > From: Robert Weiner <rsw@gnu.org>
> > Date: Wed, 11 Oct 2017 19:07:47 -0400
> > Cc: emacs-devel <emacs-devel@gnu.org>
> >
> > I wonder why it doesn't work to drop the text onto other applications.
>
> It does, but the application you drag-n-drop into should support that.
>
On a Mac:
I highlight text in Evernote and drag it into a Chrome Gmail composition
window. It drops right in without a problem.
I enable text drag-n-drop in Emacs 27 and highlight some text to try to
drag it to the same Chrome window. A yellow rectangle of text starts to
drag but freezes right as the mouse pointer leaves the Emacs frame, so I
can't drag it any further.
Bob
[-- Attachment #2: Type: text/html, Size: 1986 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-12 7:13 ` Robert Weiner
@ 2017-10-12 7:42 ` Eli Zaretskii
0 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-10-12 7:42 UTC (permalink / raw)
To: rswgnu; +Cc: homeros.misasa, emacs-devel
> From: Robert Weiner <rsw@gnu.org>
> Date: Thu, 12 Oct 2017 03:13:37 -0400
> Cc: Tak Kunihiro <homeros.misasa@gmail.com>, emacs-devel <emacs-devel@gnu.org>
>
> On a Mac:
>
> I highlight text in Evernote and drag it into a Chrome Gmail composition window. It drops right in without a
> problem.
>
> I enable text drag-n-drop in Emacs 27 and highlight some text to try to drag it to the same Chrome window. A
> yellow rectangle of text starts to drag but freezes right as the mouse pointer leaves the Emacs frame, so I
> can't drag it any further.
Maybe I was confused, and we only support drag-n-drop _into_ Emacs.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Drag-and-drop FROM Emacs to another editable application window under MacOS
2017-10-11 23:07 ` Robert Weiner
2017-10-12 7:01 ` Eli Zaretskii
@ 2017-10-12 8:05 ` martin rudalics
2017-10-12 13:23 ` Robert Weiner
1 sibling, 1 reply; 10+ messages in thread
From: martin rudalics @ 2017-10-12 8:05 UTC (permalink / raw)
To: rswgnu, Tak Kunihiro; +Cc: emacs-devel
> I wonder why it doesn't work to drop the text onto other applications.
Probably because there's no standard protocol to drag and drop anything
but files between different applications.
martin
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-10-12 16:30 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 21:26 Drag-and-drop FROM Emacs to another editable application window under MacOS Robert Weiner
2017-10-11 20:40 ` Tak Kunihiro
2017-10-11 23:07 ` Robert Weiner
2017-10-12 7:01 ` Eli Zaretskii
2017-10-12 7:13 ` Robert Weiner
2017-10-12 7:42 ` Eli Zaretskii
2017-10-12 8:05 ` martin rudalics
2017-10-12 13:23 ` Robert Weiner
2017-10-12 14:19 ` Tak Kunihiro
2017-10-12 16:30 ` Robert Weiner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).