diff options
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 |