aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-11-07 16:31:29 +0200
committerEli Zaretskii2021-11-07 16:31:29 +0200
commit4fdbd720250a563d6f31a387f47db382843c02fd (patch)
tree6dd0f84d5d16eef63e05c3bdce49b09f02e31aac
parent48a9621db7922a7da19ce401b40955fd9871e85e (diff)
downloademacs-4fdbd720250a563d6f31a387f47db382843c02fd.tar.gz
emacs-4fdbd720250a563d6f31a387f47db382843c02fd.zip
'yank-media' is not universally supported
* doc/emacs/killing.texi (Clipboard): * etc/NEWS: Say that 'yank-media' is not universally supported.
-rw-r--r--doc/emacs/killing.texi8
-rw-r--r--etc/NEWS3
2 files changed, 6 insertions, 5 deletions
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}.
565@findex yank-media 565@findex yank-media
566 Programs can put other things than plain text on the clipboard. For 566 Programs can put other things than plain text on the clipboard. For
567instance, a web browser will usually let you choose ``Copy Image'' on 567instance, a web browser will usually let you choose ``Copy Image'' on
568images, and this image will be put on the clipboard. Emacs can yank 568images, and this image will be put on the clipboard. On capable
569these objects with the @code{yank-media} command---but only in modes 569platforms, Emacs can yank these objects with the @code{yank-media}
570that have support for it (@pxref{Yanking Media,,, elisp, The Emacs 570command---but only in modes that have support for it (@pxref{Yanking
571Lisp Reference Manual}). 571Media,,, elisp, The Emacs Lisp Reference Manual}).
572 572
573@cindex clipboard manager 573@cindex clipboard manager
574@vindex x-select-enable-clipboard-manager 574@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.
594*** New command 'yank-media'. 594*** New command 'yank-media'.
595This command supports yanking non-plain-text media like images and 595This command supports yanking non-plain-text media like images and
596HTML from other applications into Emacs. It is only supported in 596HTML from other applications into Emacs. It is only supported in
597modes that have registered support for it. 597modes that have registered support for it, and only on capable
598platforms.
598 599
599+++ 600+++
600*** New text property 'inhibit-isearch'. 601*** New text property 'inhibit-isearch'.