diff --git a/contrib/cont-responder/eval-responder.factor b/contrib/cont-responder/eval-responder.factor index 542636d443..78b3976ab0 100644 --- a/contrib/cont-responder/eval-responder.factor +++ b/contrib/cont-responder/eval-responder.factor @@ -25,6 +25,7 @@ ! IN: eval-responder USE: cont-html +USE: html USE: cont-responder USE: cont-utils USE: stack @@ -58,7 +59,7 @@ USE: errors [ [ - + ] ]
[ "Last Output" write ] [ write ] [
 [ write ] 
]
; @@ -89,9 +90,12 @@ USE: errors #! Evaluate expression using 'list' as the current callstack. #! All output should go to a string which is returned on the #! callstack along with the resulting datastack as a list. - 1024 dup >r [ - do-eval - ] with-stream r> stream>str ; + [ + "inspect" "responder" set + 1024 dup >r [ + do-eval + ] with-stream r> stream>str + ] bind ; : run-eval-requester ( list string -- ) #! Enter a loop request an expression to