[CM] cm/clisp/xemacs
Rick Taube
taube at uiuc.edu
Mon Mar 26 04:20:41 PDT 2007
> 'Searching for program: No such file or directory, cm'
M-x cm uses a 'cm-program' variable. also im not sure if you should
be using listener AND slime together. i would try this:
(require 'slime)
(slime-setup)
(setq cm-program "C:/lisp/cm/bin/cm.bat")
(load "C:/lisp/cm/etc/xemacs/cm.el")
(enable-cm-commands)
if you are using sal and want the scratch buffer to be sal rather
than lisp add these.
;(load "C:/Lisp/sal/sal-mode.el")
;(setq cm-scratch-mode 'sal)
not sure that the 'start-sal' command will work on dos as ive never
tried it, it uses slime-start so there is hope i guess...
More information about the Cmdist
mailing list