Next Previous Up Top Contents Index

4.5 The PPRINT module

*print-miser-width*

Variable

Summary

Controls miser mode.

Type

false-or(<integer>)

Initial value

None.

Library

io

Module

pprint

Description

Controls miser mode. Pretty printing is in miser mode whenever a logical block (see pprint-logical-block) begins in a column of output that is greater than

  *default-line-length* - *print-miser-width*

The value must be an integer or #f (the default); #f indicates that the pretty printer should never enter miser mode.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index