Assumptions: you have the scheme package such as the Mred distribution for linux (v 53) installed.
GET: the plumber directory, cs257-scheme shell script, and a copy of the dot-emacs.el this stuff is in the ~cslab/CS257/...area...
I put the script in /usr/share/scheme to make easy access for other users too, where /usr is exported r+x for all users, but you could very well just put it in your personal scheme directory or something.
; will call either mred or mzscheme depending on if ; X-windows is running (setq scheme-program-name "/usr/share/scheme/cs257-scheme") ; "/usr/share/scheme/plt/bin/mzscheme") ; non-graphic scheme --- 2/3/99If you haven't already, make sure mzscheme can run by itself -> comment the call to the script and uncomment the line calling mzscheme.