summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-13 08:49:46 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-13 08:49:46 -0400
commit30c85ede7bb57f7326f32a60a2eedac93b28990a (patch)
treecec435c6c7615e1604e8d23fb25c9afdd37d7634 /doc
parent9a10647684cbe84e308360e217b774c4c0bd0389 (diff)
doc: Clear up confusion when using a REPL server with chickadee play.
Diffstat (limited to 'doc')
-rw-r--r--doc/chickadee.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/chickadee.texi b/doc/chickadee.texi
index 7c7e469..2c22744 100644
--- a/doc/chickadee.texi
+++ b/doc/chickadee.texi
@@ -284,6 +284,15 @@ Geiser} extension for Emacs is by far the best way to develop at the
REPL with Guile. Use @code{M-x connect-to-guile} to connect to the
REPL server.
+Note that the REPL server defaults to the @code{(guile-user)} module,
+so you will first need to switch to the @code{(chickadee-user)} module
+like so:
+
+@example
+scheme@(guile-user)> ,module (chickadee-user)
+scheme@(chickadee-user)>
+@end example
+
@item --language=@var{language}
Process the input program using @var{language}, the identifier of a