[CM] CM 2.11.1 without slime

andersvi@extern.uio.no andersvi at extern.uio.no
Wed, 23 Jan 2008 20:12:10 +0100


Hi Hanspeter.


    H> i just updated from CM 2.7.0 to 2.11.1. Is there a way to run
    H> CM 2.11.1 under Emacs 21 without slime?


 C-u M-x 'run-lisp

- answer with whatever starts cm on your machine:

 '/some/path/cm/bin/cm.sh'

or perhaps something like

 '/Applications/CM.app/Contents/Resources/cm/bin/cm.sh'

on a mac.

After CM is started in its own *inferior-lisp* - buffer, you can
communicate with that directly from any lisp-mode buffer.


If you do this often you can

 (setq inferior-lisp-program "/path/to/cm.sh")

and just hit 'M-x run-lisp' when you want to start.

You can read more here:

http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#External-Lisp