/paste

Usage:

/PASTE [-p] [prefix]
/ENDPASTE


After executing /paste, every line of input (including lines that begin with "/") will have prefix prepended to it and then get executed (without substitution). If prefix is omitted, it defaults to the value of %paste_prefix; if %paste_prefix is empty or unset, it defaults to ":|". Entering the line "/endpaste" turns this off. /Paste can be very useful when using the cut-and-paste mechanism of many windowing systems.

Options:

-p
"paragraph mode": adjacent non-blank lines are joined, and leading spaces are stripped (this is particularly useful when pasting text cut from a web browser or a window of different width).

Note that /endpaste is not actually a command, but a "magic cookie" recognized by /paste. "/Endpaste" and SIGINT (ctrl-c) are the only ways to end /paste.

See: /quote


Back to index
Back to tf home page
Copyright © 1995 - 1999 Ken Keys