[CM] Common Music doesn't start under xemacs
Juan I Reyes
juanig@ccrma.Stanford.EDU
Thu, 03 Aug 2006 19:55:02 -0400
Thanks a lot Rick and Robert for the extra Xemacs cm.el lines.
The CM-Slime interaction seems to be working fine now!
I am running Fernando's PlanetCCRMA Slime and SBCL under Xemacs version
21.4.19 on Linux FC-4. My ~/.xemacs/init.el settings are:
;;; Slime-CM-Interaction
(add-to-list 'load-path "/usr/share/slime/")
(add-to-list 'load-path "/usr/share/lisp/cm")
(load "etc/xemacs/cm.el")
(enable-cm-commands)
and everything seems to be working according to CM's new documentation
in particular the 'M-x cm' command and some of the evaluation features
of Slime that didn't work before.
--* Juan Reyes
On Thu, 2006-07-20 at 07:08 -0500, Rick Taube wrote:
> robert ive folded your fix into the sources (rev 1.16 of cm.el). I
> appreciate your help!
>
> --rick
>
> On Jul 19, 2006, at 6:47 PM, Robert Matovinovic wrote:
>
> > [...] It took me some
> > hours, but now its working, and the changes are minor.
>