'yank-media' is not universally supported

* doc/emacs/killing.texi (Clipboard):
* etc/NEWS: Say that 'yank-media' is not universally supported.
This commit is contained in:
Eli Zaretskii 2021-11-07 16:31:29 +02:00
parent 48a9621db7
commit 4fdbd72025
2 changed files with 6 additions and 5 deletions

View file

@ -565,10 +565,10 @@ change the variable @code{select-enable-clipboard} to @code{nil}.
@findex yank-media
Programs can put other things than plain text on the clipboard. For
instance, a web browser will usually let you choose ``Copy Image'' on
images, and this image will be put on the clipboard. Emacs can yank
these objects with the @code{yank-media} command---but only in modes
that have support for it (@pxref{Yanking Media,,, elisp, The Emacs
Lisp Reference Manual}).
images, and this image will be put on the clipboard. On capable
platforms, Emacs can yank these objects with the @code{yank-media}
command---but only in modes that have support for it (@pxref{Yanking
Media,,, elisp, The Emacs Lisp Reference Manual}).
@cindex clipboard manager
@vindex x-select-enable-clipboard-manager

View file

@ -594,7 +594,8 @@ Use 'exif-parse-file' and 'exif-field' instead.
*** New command 'yank-media'.
This command supports yanking non-plain-text media like images and
HTML from other applications into Emacs. It is only supported in
modes that have registered support for it.
modes that have registered support for it, and only on capable
platforms.
+++
*** New text property 'inhibit-isearch'.