[CM] s7 ((*repl* 'restore-repl)) breaks the repl

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Sat Jul 3 13:54:33 PDT 2021


Thanks for the bug report.  restore-repl obviously wandered
out of sync with save-repl at some point.  I think this
will work:

       (define* (restore-repl (file "save.repl"))
	(set! (*repl* 'top-level-let) (sublet (rootlet)))
	(load file))



More information about the Cmdist mailing list