How to Copy to / Paste from Clipboard for Emacs
It feels easy to copy/paste within Emacs, but sometimes we need to transfer data between Emacs and other programs. Many window systems have some sort of “clipboard” to do simple transfers.
Emacs can also make use of system clipboard. See following commands.
clipboard-kill-region clipboard-kill-ring-save clipboard-yank
I’ve been looking for them for years, gee.
© 2010, liuw. All rights reserved.