Skip to content
Snippets Groups Projects
Commit d9caa877 authored by wlott's avatar wlott
Browse files

12/12/91 to 12/13/91

parent 55afb8c3
No related branches found
No related tags found
No related merge requests found
12/12/91 to 12/13/91
Code:
The printer now goes to extra care to make sure structures only count as
one level against *print-level* and are handled correctly with respect to
*print-circle*.
Several fixes to the pretty printer:
- Actually store the change in the suffix length in the pretty-stream
structure (was causing suffixes to be ignored with line abbrevs).
- Fixed an off-by-one error in desciding when to use line abbrevs.
- Fixed output-line to make sure the buffer is large enough to fit
the prefix before we copy it in.
- Added several new keywords to pprint-logical-block to allow better
support for pretty printing non-list objects.
- Changed pprint-function-call to put a fill-style newline between the
the function and the first arg instead of a miser style newline.
- Printing lists when *print-circle* and *print-pretty* are both T now
works.
12/5/91 to 12/12/91 12/5/91 to 12/12/91
Code: Code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment