Next: Emacs integration commands, Previous: Basic commands, Up: Command processor
The Scheme48 command processor keeps track of a set of switches, user-settable configurations.
`,set switch' & `,set switch on' set the switch switch on. `,unset switch' & `,set switch off' turn switch off. `,set switch ?' gives a brief description of switch's current status. `,set ?' gives information about all the available switches and their current state.
The following switches are defined. Each switch is listed with its name and its default status.
ask-before-loading
(off)batch
(off)break-on-warnings
(off)break-on-warnings
switch is on, warnings signalled that reach the command processor's handler
will cause a command level to be pushed,
similarly to breakpoints and errors.
inline-values
(off)Inline-values
tells whether or not certain procedures may be
integrated in-line.
levels
(on)levels
is off.
load-noisily
(off)load-noisily
is on; otherwise they will be suppressed.