[CM] cm/clisp/xemacs

Rick Taube taube@uiuc.edu
Mon, 26 Mar 2007 06:20:41 -0500


> '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...