[CM] Sending code to the REPL from Emacs

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Sat Jul 31 16:28:39 PDT 2021


> eval-string trailing junk: "(- 4 5 6)"

This happens because the string passed to eval-string
should contain just one expression to be evaluated.
If you want more than one, wrap them in (begin ...)
or (list ...) etc.



More information about the Cmdist mailing list