unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: alan@idiocy.org, emacs-devel@gnu.org
Subject: Re: `M-x yank-media'
Date: Sun, 07 Nov 2021 14:48:56 +0100	[thread overview]
Message-ID: <875yt4jctz.fsf@gnus.org> (raw)
In-Reply-To: <83mtmg84kk.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 07 Nov 2021 15:42:51 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

> But those are just the types.  How do we fetch the stuff afterwards?

With

(gui-get-selection 'CLIPBOARD 'image/png)

and then some slight massaging; see yank-media--get-selection.

>> I haven't looked at Windows, but I'm guessing it has to grow a similar
>> set of capabilities.
>
> The TARGETS thingy is already supported, has been for a long time:
>
>   (gui-get-selection 'CLIPBOARD 'TARGETS)
>    =>
>    [DataObject text/html HTML\ Format text/_moz_htmlinfo text/_moz_htmlcontext application/x-moz-file-promise-url application/x-moz-file-promise-dest-filename FILE_NAMES Preferred\ DropEffect application/x-moz-nativeimage DIB Ole\ Private\ Data BITMAP nil]
>
> (This is after "Copy Image" in Firefox.)  But I suspect that's not all
> of the story.

So that's why `yank-media' saying it can't find any matches, because
it's looking for "image/.*" (in Message buffers).

It sounds like application/x-moz-file-promise-dest-filename (or one of
the other ones) might hold the file name where the image is?  Does

(gui-get-selection 'CLIPBOARD 'application/x-moz-file-promise-dest-filename)

return anything?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



  reply	other threads:[~2021-11-07 13:48 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 21:05 `M-x yank-media' Lars Ingebrigtsen
2021-11-06 23:09 ` H. Dieter Wilhelm
2021-11-07  3:05   ` [External] : " Drew Adams
2021-11-07  1:23 ` T.V Raman
2021-11-07 10:02 ` Eli Zaretskii
2021-11-07 13:12   ` Lars Ingebrigtsen
2021-11-07 13:21     ` Eli Zaretskii
2021-11-07 13:32       ` Lars Ingebrigtsen
2021-11-07 13:38         ` Po Lu
2021-11-07 13:45           ` Lars Ingebrigtsen
2021-11-08  0:56             ` Po Lu
2021-11-08  1:10               ` Lars Ingebrigtsen
2021-11-08  2:12                 ` Po Lu
2021-11-07 13:42         ` Eli Zaretskii
2021-11-07 13:48           ` Lars Ingebrigtsen [this message]
2021-11-07 13:57             ` Eli Zaretskii
2021-11-07 14:04               ` Lars Ingebrigtsen
2021-11-07 14:08                 ` Stefan Monnier
2021-11-07 14:11                   ` Lars Ingebrigtsen
2021-11-07 14:09                 ` Eli Zaretskii
2021-11-07 14:13                   ` Lars Ingebrigtsen
2021-11-23 23:42         ` Alan Third
2021-11-24  7:14           ` Lars Ingebrigtsen
2021-11-24 10:59             ` Alan Third
2021-11-24 16:45               ` Lars Ingebrigtsen
2021-11-25  0:53                 ` Po Lu
2021-11-25 13:37                   ` Lars Ingebrigtsen
2021-11-08  3:07 ` Richard Stallman
2021-11-08  4:55   ` Lars Ingebrigtsen
2021-11-08  5:09 ` Lars Ingebrigtsen
2021-11-08 14:29   ` Eli Zaretskii
2021-11-09  3:39     ` Lars Ingebrigtsen
2021-11-08 16:56 ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875yt4jctz.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=alan@idiocy.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).