In GNU Emacs, if you do many M-<backspace> or M-d it will keep adding the deleted stuff into the kill ring. Therefore, you could delete something like "foo bar" with 2 M-d's and paste it back with a single C-y.
In GNU Emacs, if you do many `M-<backspace>` or `M-d` it will keep adding the deleted stuff into the kill ring. Therefore, you could delete something like "foo bar" with 2 `M-d`'s and paste it back with a single `C-y`.
In GNU Emacs, if you do many
M-<backspace>
orM-d
it will keep adding the deleted stuff into the kill ring. Therefore, you could delete something like "foo bar" with 2M-d
's and paste it back with a singleC-y
.