<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 <br>happy with CM 2.10 if that was the last version. <br>I'll certainly be using Grace in the future, but separately. <br><br>It seems a simple error in my install. I can't seem to get <br>a working result by following Install.html and Emacs.html. <br><br>As you know, Emacs *with Slime* is the only way to go. <br>Maybe CM 2.10 or CM 2.4 works OK under just CLisp alone, <br>but its hard for me to tell. I can persist and check that if <br>you wish. It seems something about the Emacs config. </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. I just reinstalled cm2 + clisp + emacs + slime from scratch on my windows box and I dont have any problems now. So rather than try to fix you problem Ill just tell you what I did. its basically a two step proccess; (1) installing lisp and (2) configureing emacs<div><div><div><div><div><br></div><div>Install clisp and cm on my local machine ( 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) into my C:/Software folder:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>svn co <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> (load "/Software/cm2/src/cm.lisp")</div><div>6 Quit Clisp </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: ~/.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: cm<br></div><div><br></div><div>Cm starts up in a slime repl window. 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>