<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><blockquote type="cite"><font class="Apple-style-span" color="#000000">I'd like to keep on with Emacs, Common Lisp, and I'm quite&nbsp;<br>happy with CM 2.10 if that was the last version.&nbsp;<br>I'll certainly be using Grace in the future, but separately.&nbsp;<br><br>It seems a simple error in my install. &nbsp;I can't seem to get&nbsp;<br>a working result by following Install.html and Emacs.html. &nbsp;&nbsp;&nbsp;<br><br>As you know, Emacs *with Slime* is the only way to go. &nbsp;<br>Maybe CM 2.10 or CM 2.4 works OK under just CLisp alone,&nbsp;<br>but its hard for me to tell. I can persist and check that if&nbsp;<br>you wish. It seems something about the Emacs config.&nbsp;</font><br></blockquote><div><br></div><br>Hi there were some changes in recent slimes that caused things to not work but ive made fixes to cm/etc/emacs/cm.el and checked them into svn.&nbsp;I&nbsp;just reinstalled cm2 + clisp + emacs + &nbsp;slime from scratch on my&nbsp;windows&nbsp;box&nbsp;and&nbsp;I&nbsp;dont&nbsp;have&nbsp;any&nbsp;problems now.&nbsp;So&nbsp;rather&nbsp;than&nbsp;try&nbsp;to&nbsp;fix&nbsp;you&nbsp;problem&nbsp;Ill&nbsp;just&nbsp;tell&nbsp;you&nbsp;what&nbsp;I&nbsp;did. &nbsp;its basically a two step proccess; (1) installing lisp and (2) configureing emacs<div><div><div><div><div><br></div><div>Install clisp&nbsp;and&nbsp;cm&nbsp;on&nbsp;my local&nbsp;machine (&nbsp;c: /Software/cm2 and c:/Sofware/clisp-2.47)<br><br></div><div>1 svn'ed the lastest cm2 from today ( REV 1688 / cm 2.11.3) &nbsp;into my C:/Software folder:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>svn co&nbsp;<a href="https://commonmusic.svn.sf.net/svnroot/commonmusic/branches/cm2">https://commonmusic.svn.sf.net/svnroot/commonmusic/branches/cm2</a></div><div>2 dowloaded and installed the latest clisp (clisp-2.47-win32-mingw-big.zip) into c:/Software/clisp-2.47</div><div>3 double-clicked C:/Software/clisp-2.47/install.bat to install clisp and typed 'y' to add a GNU-CLISP desktop icon to start clisp</div><div>4 double-clicked the GNU-CLISP icon on my desktop to start clisp</div><div>5 Loaded cm.lisp to build the system and to save cm2/bin/cm-clisp.bat :</div><div>&nbsp;&nbsp; &nbsp; &nbsp;(load "/Software/cm2/src/cm.lisp")</div><div>6 Quit Clisp&nbsp;</div><div><br></div><div>At this point CM is compiled and it saved a CM startup script in cm2/bin:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>C:/Software/cm2/bin/cm-clisp.bat<br></div><div><br></div><div>Configuring Emacs</div><div><br><div>1. downloaded the latest cvs snapshot of Slime into c:/Software/slime-2009-03-16</div><div>2. Started Emacs and edited my Emacs init file: &nbsp; ~/.emacs</div><div>3. Added the following to the top of my .emacs file. you have to change the directories for your machine:</div><div><br></div><div><div>(add-to-list 'load-path "/Software/slime-2009-03-16/")</div><div>(require 'slime)</div><div>(slime-setup '(slime-repl))</div><div>(setq cm-program "/Software/cm2/bin/cm-clisp.bat")</div><div>(add-to-list 'load-path "/Software/cm2/")</div><div>(load "etc/emacs/cm.el")</div><div>(enable-cm-commands)</div><div><br></div></div><div><div><br></div><div>4. saved .emacs file, the quit and restarted Emacs to make the changes to .emacs take effect.</div><br></div><div>3. Started CM by typeing</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>M-x: &nbsp;cm<br></div><div><br></div><div>Cm starts up in a slime repl window. &nbsp;I can eval stuff from a .lisp buffer without problems.</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On Mar 15, 2009, at 5:17 PM, Adam wrote:</div></div><br></div></div></div></div></div></div></body></html>