Next Prev Up Top Contents Index

with-random-typeout

Macro
Summary

Binds a stream variable to a collector pane.

Syntax

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

Description

The with-random-typeout macro 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


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index