Hello again Robert,<br><br><div class="gmail_quote">On Tue, Jul 24, 2012 at 1:26 PM, Robert Burghart <span dir="ltr"><<a href="mailto:jestersks@gmail.com" target="_blank">jestersks@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there any known issue with the included slime for mkcl 1.1.0 rc2?  When I try mkcl stops working without giving a back trace.<br><br>Environment:<br>Windows 7 x64<br>GNU Emacs 24.1.1 (build from gnu ftp site)<br><br></blockquote>
<div>I just tried with Emacs 24.1.1 and it worked without problem.<br><br>If you upgraded from MKCL 1.1.0 RC1 and had used slime previously with it then there is probably<br>an issue with the slime cache. Can you try to flush it? It is located at<br>
<br>%HOME%\.slime\fasl\2010-11-13\mkcl-1.1.0-windows-x86-64<br><br>and Emacs usually sets: HOME=%HOMEDRIVE%%HOMEPATH%\AppData\Roaming<br><br>I normally just delete that directory and it gets rebuilt on the next slime invocation.<br>
<br>A problem with the slime cache would have shown up in the *inferior-lisp* buffer.<br>Could you send me a complete copy of the *inferior-lisp* buffer content, along<br>with a complete copy of the *slime-events* buffer also?<br>
<br>I hope that you have something like (setq *load-verbose* t *compile-verbose* t)<br>in your ~/.mkclrc before you start slime. The content of *inferior-lisp* is somewhat<br>more informative then.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
At first I thought that some output wasn't making it to the *inferior-lisp* buffer so I launched the mkcl repl and manually started up swank<br>
<br>> (load "c:/Program Files/MKCL 1.1/slime/swank-loader.lisp" :verbose t)<br>> (swank-loader:init)<br>> (swank:create-server :coding-system "utf-8-unix")<br><br></blockquote><div><br>I am not familiar with the requirements of starting slime manually but naively, I would have used<br>
swank:start-server instead of swank:create-server.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The server starts with no issue but when I do the slime-connect from Emacs a Windows message box pops up saying that "mkcl.exe has stopped working"<br>

<br></blockquote><div><br>Can I have also a full transcript of that REPL session.<br><br>Thanks for your help,<br><br>Jean-Claude<br><br>P.S.: Are you still interested in a Quicklisp port to MKCL? I have one on github right now in process of being merged with the official Quicklisp master branch.<br>
 <br></div></div>