| If you want to stay sane, then you need readline support in the top-level. Put this into a file ~/.mzscheme: (when (regexp-match? #rx"xterm" (getenv "TERM"))
(dynamic-require '(lib "rep.ss" "readline") #f)) You get the usual readline emacs keys, the command history, and unfortunately, the cursor falls through to the next line, as a minor annoyance. |