From: Eli Zaretskii Date: Sun, 7 Nov 2021 14:31:29 +0000 (+0200) Subject: 'yank-media' is not universally supported X-Git-Tag: emacs-29.0.90~3671^2~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fdbd720250a563d6f31a387f47db382843c02fd;p=emacs.git 'yank-media' is not universally supported * doc/emacs/killing.texi (Clipboard): * etc/NEWS: Say that 'yank-media' is not universally supported. --- diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 5e8b33f291b..375ac970d78 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -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 diff --git a/etc/NEWS b/etc/NEWS index 4c1513a73e7..97da145bc38 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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'.