I'm trying to start using Geiser with Chicken (new to both, but I have used SLIME in the past and very briefly used Geiser with Racket).
The eval commands such as C-c C-c or C-c C-b seem to never use the REPL. For commands with no output, they display a result in the minibuffer. For commands with output, whether or not there is an error, they split a debug window and display their results and output there. Is this behavior intended? Regardless, I'd like to change it so that these commands just send their contents to the REPL. Is there a simple way to do this? The debug windows, apart from being annoying, also seem useless: lack of syntax highlighting makes them hard to read. I'm not sure if that's just an issue with my setup, though. I'm using Arch Linux; Emacs and Chicken are installed through the official packages. Geiser is installed through MELPA. Emacs 25.1.1 Chicken 4.11.0 Geiser 20170201.1455 (not sure how to get real version number?) Thanks, Scott