branch: elpa/geiser-guile
commit 2f91e2e4efc776a3b8808c534491edaea6642f93
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Ensuring switch-to-geiser asks for an implementation
Should fix issue #85
---
geiser/evaluation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index f28fb28..ea4071d 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -52,7 +52,7 @@
(define (stringify obj)
(object->string obj
(lambda (o . ps)
- (pretty-print o (car ps) #:max-expr-width 1000))))
+ (pretty-print o (car ps) #:max-expr-width 100))))
(define (call-with-result thunk)
(letrec* ((result #f)