diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-13 08:49:46 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-13 08:49:46 -0400 |
commit | 30c85ede7bb57f7326f32a60a2eedac93b28990a (patch) | |
tree | cec435c6c7615e1604e8d23fb25c9afdd37d7634 /doc | |
parent | 9a10647684cbe84e308360e217b774c4c0bd0389 (diff) |
doc: Clear up confusion when using a REPL server with chickadee play.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chickadee.texi | 9 |
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 |