this sets both variables at the top before anything is loadd. make sure this is the complete contennts of your .emacs file, ie dont do anything else until you can get this to work
(setq cm-program "C:/home/cm2/bin/cm-lisp.bat") (setq inferior-lisp-program cm-program) (add-to-list 'load-path "C:/home/slime/") (require 'slime) (slime-setup '(slime-repl)) (add-to-list 'load-path "C:/home/cm2/") (load "C:/home/cm2/etc/emacs/cm.el") (enable-cm-commands) _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
