From 582b6be470dd10a80fd8a4a31bce3d92e4b509f2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 2 Sep 2013 17:14:31 -0400 Subject: Pass along the *repl-stack* fluid so that nested REPLs work right. --- 2d/repl/repl.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '2d/repl/repl.scm') diff --git a/2d/repl/repl.scm b/2d/repl/repl.scm index 58b79e3..e6077cd 100644 --- a/2d/repl/repl.scm +++ b/2d/repl/repl.scm @@ -206,7 +206,8 @@ #:on-error (repl-option-ref repl 'on-error))) (current-input-port) (current-output-port) - (current-error-port))) + (current-error-port) + (fluid-ref *repl-stack*))) ;; Read the results back from ;; game-mvar. Will block until results ;; are available. -- cgit v1.2.3