Skip to main content

4 posts tagged with "scheme"

View All Tags

Problem with Evaluating Scheme Expressions in Emacs

· 2 min read
Jakub T. Jankiewicz
LIPS maintainer

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.