diff options
| author | Eli Zaretskii | 2021-11-07 16:31:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-07 16:31:29 +0200 |
| commit | 4fdbd720250a563d6f31a387f47db382843c02fd (patch) | |
| tree | 6dd0f84d5d16eef63e05c3bdce49b09f02e31aac | |
| parent | 48a9621db7922a7da19ce401b40955fd9871e85e (diff) | |
| download | emacs-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.texi | 8 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 |
| 567 | instance, a web browser will usually let you choose ``Copy Image'' on | 567 | instance, a web browser will usually let you choose ``Copy Image'' on |
| 568 | images, and this image will be put on the clipboard. Emacs can yank | 568 | images, and this image will be put on the clipboard. On capable |
| 569 | these objects with the @code{yank-media} command---but only in modes | 569 | platforms, Emacs can yank these objects with the @code{yank-media} |
| 570 | that have support for it (@pxref{Yanking Media,,, elisp, The Emacs | 570 | command---but only in modes that have support for it (@pxref{Yanking |
| 571 | Lisp Reference Manual}). | 571 | Media,,, 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 |
| @@ -594,7 +594,8 @@ Use 'exif-parse-file' and 'exif-field' instead. | |||
| 594 | *** New command 'yank-media'. | 594 | *** New command 'yank-media'. |
| 595 | This command supports yanking non-plain-text media like images and | 595 | This command supports yanking non-plain-text media like images and |
| 596 | HTML from other applications into Emacs. It is only supported in | 596 | HTML from other applications into Emacs. It is only supported in |
| 597 | modes that have registered support for it. | 597 | modes that have registered support for it, and only on capable |
| 598 | platforms. | ||
| 598 | 599 | ||
| 599 | +++ | 600 | +++ |
| 600 | *** New text property 'inhibit-isearch'. | 601 | *** New text property 'inhibit-isearch'. |