diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-06 21:59:22 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-06 21:59:27 +0100 |
commit | 48ca3c99c8121007eef38d457ddc25158118a8d3 (patch) | |
tree | 8de1fa0946eab1330e6fc494a1edd0cb989229a6 /doc/lispref/elisp.texi | |
parent | 5a4f98b0b6d503b1ce68bb29937a84acf3ef97da (diff) | |
download | emacs-48ca3c99c8121007eef38d457ddc25158118a8d3.tar.gz emacs-48ca3c99c8121007eef38d457ddc25158118a8d3.tar.bz2 emacs-48ca3c99c8121007eef38d457ddc25158118a8d3.zip |
Add a framework for yanking media into Emacs
* doc/emacs/killing.texi (Clipboard): Refer to it.
* doc/lispref/frames.texi (Yanking Media): Document the mechanism.
* lisp/yank-media.el: New file.
* lisp/gnus/message.el (message-mode): Register a yank handler for
images.
(message-insert-screenshot): Factor out image code from here...
(message--yank-media-image-handler): ... to here.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 6057691239f..d0bfd8c9019 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -1123,6 +1123,7 @@ Frames * Dialog Boxes:: Displaying a box to ask yes or no. * Pointer Shape:: Specifying the shape of the mouse pointer. * Window System Selections::Transferring text to and from other X clients. +* Yanking Media:: Yanking things that aren't plain text. * Drag and Drop:: Internals of Drag-and-Drop implementation. * Color Names:: Getting the definitions of color names. * Text Terminal Colors:: Defining colors for text terminals. |