* Implement new procedure STANDARD-UNPARSER-METHOD. This has a
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 13:57:33 +0000 (13:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 13:57:33 +0000 (13:57 +0000)
commit3ec3cc6303768fca05466a3deb251469af1dcb0c
tree66d02a651a1491ad90104d8f89bba4774a2dbcd9
parent9de13d951d089623e1ab3a74450bd8c5d5302f95
* Implement new procedure STANDARD-UNPARSER-METHOD.  This has a
  less-idiosyncratic interface than UNPARSER/STANDARD-METHOD.  Uses of
  the latter should be replaced with the former.

* Implement new procedure WITH-CURRENT-UNPARSER-STATE which calls its
  second argument with the port from its first.  The other components
  of the state are fluid-bound so that they become the defaults for
  calls to WRITE and DISPLAY.

* GUARANTEE-UNPARSER-STATE and GUARANTEE-UNPARSER-TABLE now take an
  addition argument, the name of the procedure testing its argument.
v7/src/runtime/boot.scm
v7/src/runtime/output.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/unpars.scm
v8/src/runtime/runtime.pkg