[CM] cm2 setup on WinXP

Heinrich Taube taube at uiuc.edu
Wed Mar 18 04:28:47 PDT 2009


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)



More information about the Cmdist mailing list