-
- Downloads
Fix ticket:73
error.lisp:: * Create two new conditions, one for modifying the readtable and one for the pprint dispatch table. exports.lisp:: * Export the two new conditions. pprint.lisp:: * Add check to SET-PPRINT-DISPATCH to disallow modifying the standard pprint dispatch table. * Allow PPRINT-INIT to modify the standard pprint dispatch table. print.lisp:: * In WITH-STANDARD-IO-SYNTAX, don't copy a new dispatch table; bind *print-pprint-dispatch* to the standard table. reader.lisp:: * Add check to disallow modifying the standard readtable. * Allow INIT-STD-LISP-READTABLE to modify the standard readtable.
Showing
- src/code/error.lisp 22 additions, 0 deletionssrc/code/error.lisp
- src/code/exports.lisp 3 additions, 1 deletionsrc/code/exports.lisp
- src/code/pprint.lisp 25 additions, 12 deletionssrc/code/pprint.lisp
- src/code/print.lisp 1 addition, 1 deletionsrc/code/print.lisp
- src/code/reader.lisp 61 additions, 44 deletionssrc/code/reader.lisp
Loading
Please register or sign in to comment