restarts for PRINT-NOT-READABLE errors
authorChristophe Rhodes <csr21@cantab.net>
Wed, 29 Jun 2011 14:52:35 +0000 (15:52 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 29 Jun 2011 14:53:37 +0000 (15:53 +0100)
commitcc27e35fc73e6765679d6f426ee144abdfac7c27
tree162a82418ab6bcea768de2055bc6c6aca6bad1ca
parentd9479b4b4ca343e06886902d3a43eaf5a238fb9b
restarts for PRINT-NOT-READABLE errors

Two restarts: USE-VALUE, to provide a value to be printed instead
(under the same printer control variable bindings), and
SB-EXT:PRINT-UNDREADABLY, printing the same object but with
*PRINT-READABLY* bound to NIL.  Only minimally tested, but should
meet requirements for lp#801255.
package-data-list.lisp-expr
src/code/pprint.lisp
src/code/print.lisp
src/code/target-random.lisp