All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

with-random-typeout

Macro
Summary

Binds a stream variable to a collector pane.

Package

capi

Signature

with-random-typeout ( stream-variable pane ) &body body

Description

The macro with-random-typeout binds the variable stream-variable to a collector pane stream associated with pane for the scope of the macro. The collector pane is automatically mapped and unmapped around the body. If the body exits normally, the typeout is not unmapped until the space bar is pressed or the mouse is clicked.

See also

map-typeout
unmap-typeout
collector-pane


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex