print-miser-width (original) (raw)

ANSI Common Lisp 22 Printer 22.4 Dictionary of Printer

22.4.24 *print-miser-width* Variable

Value Type:

a non-negative integer, or nil.

Initial Value:

implementation-dependent

Description:

If it is not nil, the pretty printer switches to a compact style of output (called miser style) whenever the width available for printing a substructure is less than or equal to this many ems.

Allegro CL Implementation Details:

None.