Major Section: EVENTS
Example: (with-output :off summary ; turn off the event summary when evaluating the following: (in-theory (disable name)))where eachGeneral Form: (with-output :key1 val1 ... :keyk valk form)
:keyi
is either :off
or :on
and either vali
is
either :all
or else a symbol or list of symbols representing output types
that can be inhibited (see set-inhibit-output-lst). The result of
evaluating the General Form above is to evaluate form
, but in an
environment where the current set of non-inhibited output types is modified
by sweeping through the with-output
form from left to right, turning
output on or off as indicated by each :keyi
and vali
.