Problem with Evaluating Scheme Expressions in Emacs
I was checking the new beta release of LIPS Scheme in GNU Emacs. I was searching for a way to
execute an expression in Scheme mode when using the cmuscheme Scheme REPL in the other window. It
turned out that it's standard C-x C-e (same as for
elisp). The problem is
that it displays the prompt multiple times when you execute code that doesn't produce any output.
