Re: Behavior of Scheme REPL
Stefan Monnier via "Emacs development discussions." <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
>> (defined foo 10) >> >> Press C-x C-e ;; to evaluate it >> >> The effect double prompt: >> >> scheme@(guile-user)> scheme@(guile-user)> >> >> There are as many prompts as the newline in the code. [...] > I think if someone wants to fix this we would take the patch. IIUC this same problem plagues several(all?) other setups where we send code snippets to some comint inferior process. === Stefan