all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: `M-x yank-media'
Date: Mon, 08 Nov 2021 16:29:04 +0200	[thread overview]
Message-ID: <83czna7mbz.fsf@gnu.org> (raw)
In-Reply-To: <87h7cnb5d9.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon,  08 Nov 2021 06:09:38 +0100)

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Mon, 08 Nov 2021 06:09:38 +0100
> 
> I've now also added a `yank-media-types' command -- mostly for
> debugging.  It lets people who are thinking about writing handlers
> explore what's actually on the clipboard (Firefox, for instance, puts a
> surprising amount of useful stuff there).

This command seems to assume that only the data types which have
support in gui-get-selection are useful.  But that is not necessarily
true for a command that was meant to allow snooping and tinkering.

For example, after copying text from Firefox on MS-Windows, I have:

  (gui-get-selection 'CLIPBOARD 'TARGETS)
    => [DataObject text/html HTML\ Format text/_moz_htmlcontext text/_moz_htmlinfo UTF8_STRING STRING text/x-moz-url-priv Ole\ Private\ Data OEM_STRING]

But "M-x yank-media-types RET" followed by "?" shows just this:

  Possible completions are:
  clipboard:STRING

If this command is supposed to be for exploring the selections, then
perhaps it should produce a table of all the types, and some meta-data
for every supported type?



  reply	other threads:[~2021-11-08 14:29 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
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 [this message]
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

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

  git send-email \
    --in-reply-to=83czna7mbz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.