From 8a37da405ce6daa6a82354c34fea53a53fa35b99 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Fri, 27 Jul 2012 23:13:22 +0200 Subject: [PATCH] DEFAULT-DEBUGGER sets *print-readably* to NIL to avoid problems. --- src/lsp/top.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lsp/top.lsp b/src/lsp/top.lsp index 1726951a1..f5f01e376 100644 --- a/src/lsp/top.lsp +++ b/src/lsp/top.lsp @@ -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*))