[CM] CM+Emacs combination not working!

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
20 Apr 2004 13:01:04 -0700


> I have installed the 'PlanetCCRMA' version of CM and found no way to
> start using it with my prefered editor: EMACS. Is there a work around for
> this?
> 
> The procedure I initially used was to start the 'cm-clisp', but reading
> into the documentation i found that there was a call for the program to
> be initiated with emacs:
> 
>   /usr/share/common-lisp/source/cm/bin/cm.sh -e emacs
> 
> This script loaded EMACS but without the lisp-interpreter connection so
> any function evaluation don't works. I still downloaded the most recent
> version of this 'cm.sh' file from web/CVS without changes. The error
> message of the interpreter is:
> 
> "
> [1]> 
> *** - LOAD: keyword arguments in (:VERBOSENIL) should occur pairwise
> Break 1 [2]> 
> "
> (without the quotes fo course)

Hmm, I just tried it and it starts here. Which version of RedHat/Fedora
are you using? Which version of emacs? It would seem that somewhere in
there there is a typo (ie: ":verbosenil" instead of ":verbose nil"), but
that does not seem to happen in the cm.sh script itself......

-- Fernando