Next: Accumulating Text, Previous: Killing, Up: Top
Yanking means reinserting text previously killed. This is what some systems call “pasting.” The usual way to move or copy text is to kill it and then yank it elsewhere one or more times. This is very safe because Emacs remembers many recent kills, not just the last one.
yank
).
yank-pop
).
kill-ring-save
). Some systems call this “copying”.
append-next-kill
).
On window systems, if there is a current selection in some other application, and you selected it more recently than you killed any text in Emacs, C-y copies the selection instead of text killed within Emacs.