DEFAULT-DEBUGGER sets *print-readably* to NIL to avoid problems.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-07-27 23:13:22 +02:00
parent a6147c8af8
commit 8a37da405c

View file

@ -1422,6 +1422,7 @@ package."
(let* ((*standard-input* *debug-io*)
(*standard-output* *debug-io*)
;;(*tpl-prompt-hook* "[dbg] ")
(*print-readably* nil)
(*print-pretty* nil)
(*print-circle* t)
(*readtable* (or *break-readtable* *readtable*))