kill-region - Delete all characters in the marked region
kill-region (C-w)
kill-region deletes all characters from the cursor to the mark set with the set-mark(2) command. The characters removed are copied into the kill buffer and may be extracted using yank(2).
The mark position may be ahead or behind the current cursor position.
To move text from one place to another:
Repeat the last two steps to insert further copies of the same text.
If a region is accidentally removed then yank the text back immediately or use undo(2).
Windowing systems such as X-Windows and Microsoft Windows utilize a global windowing kill buffer allowing data to be moved between windowing applications (cut buffer and clipboard, respectively). Within these environments MicroEmacs '99 automatically interacts with the windowing systems kill buffer, the last MicroEmacs '99 kill-region entry is immediately available for a paste operation into another windowing application.
(c) Copyright JASSPA 1999
Last Modified: 1998/09/02
Generated On: 1999/12/01