i’m using quack mode with mzscheme, is there a way to send(evaluate) the whole toplevel contents to the REPL window? i checked the key bindings but i don’t see any commands for this, there are options only for sending last sexp, last definition etc.
Share
C-c C-r – scheme-send-region, but sometimes it more handy to use C-x C-e to evaluate expression before point… These functions are defined in cmuscheme.el, that should be loaded from quack.
You can look to my article about working with Scheme from Emacs