This seems to be working now. I commented out the forth and ruby autoloads since I will only be using Scheme. Even with these commented out, emacs was still giving me this error:<br>Cannot open load file: ruby-mode<br><br>
I moved the ruby and forth .els to /usr/share/emacs.. I thought /etc/emacs/site-start.d/ was in the load-path but now that they're in /usr/share everything seems to work okay. <br><br>I also had to set this variable to just "snd"<br>
;; (setq inf-snd-scheme-program-name "snd-s7 -notehook")<br><br><br>