it seems to me you are starting up a lisp and not loading cm not really sure what is going wrong. try adding this to your .emacs file:
---- Original message ---- >Date: Sun, 11 Jun 2006 09:47:29 -0700 (PDT) >From: George Tourtellot <[EMAIL PROTECTED]> >Subject: [CM] more about emacs >To: [email protected] > >...wrt to Rick's last message. >I did this. > >now, which cm gives: >/usr/local/bin/cm > >my .emacs file contains: >(add-to-list 'load-path >"/Volumes/250gig/Music/Apps/LISP/slime/") >(setq inferior-lisp-program "/opt/local/bin/openmcl") >(require 'slime) >(slime-setup) >(add-to-list 'load-path >"/Volumes/250gig/Music/Apps/LISP/cm-2.8.0") >(load "etc/xemacs/cm.el") >(enable-cm-commands) > >and I get the problem described before when doing M-cm >from emacs: > >in bottom window: >Undefined function CM called with arguments () . > [Condition of type CCL::UNDEFINED-FUNCTION-CALL] > >Restarts: > 0: [CONTINUE] Retry applying CM to NIL. > 1: [USE-VALUE] Apply specified function to NIL this >time. > 2: [STORE-VALUE] Specify a function to use as the >definition of CM. > 3: [ABORT-REQUEST] Abort handling SLIME request. > 4: [ABORT-BREAK] Reset this process > 5: [ABORT] Kill this process > >Backtrace: > 0: (CCL::CALL-CHECK-REGS 'CM) > --more-- > > > > >I'm using GNU Emacs 21.2.1 on mac os 10.4 >george > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > >_______________________________________________ >Cmdist mailing list >[email protected] >http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
