From 30c85ede7bb57f7326f32a60a2eedac93b28990a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 13 Sep 2023 08:49:46 -0400 Subject: doc: Clear up confusion when using a REPL server with chickadee play. --- doc/chickadee.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/chickadee.texi') 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 -- cgit v1.2.3