summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2015-09-08 23:51:21 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2015-09-08 23:51:21 +0200
commit2f91e2e4efc776a3b8808c534491edaea6642f93 (patch)
tree64881a677091534be017c13017039aa519978bb7
parent85bf381f6a2bdf475eaf469fa2841c0422ed5605 (diff)
downloadgeiser-guile-2f91e2e4efc776a3b8808c534491edaea6642f93.tar.gz
geiser-guile-2f91e2e4efc776a3b8808c534491edaea6642f93.tar.bz2
Ensuring switch-to-geiser asks for an implementation
Should fix issue #85
-rw-r--r--geiser/evaluation.scm2
1 files changed, 1 insertions, 1 deletions
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)