<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>SBCL/CM + SLIME = [Error ] No executable found.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>I'm currently trying to get SBCL working with CM running with Slime/Aquamacs.<BR>
Mac OS 10.4<BR>
<BR>
Following Rick's instructions in the html pages in the CM package, excepting that I'm putting cm, clm, slime etc in /Applications/lisp/ rather than /usr etc.<BR>
<BR>
I've added the following to my .emacs file<BR>
<BR>
(add-to-list 'load-path "/Applications/lisp/slime-2.0/")<BR>
(add-to-list 'load-path "/Applications/lisp/cm/")<BR>
(load "etc/xemacs/cm.el")<BR>
(enable-cm-commands)<BR>
<BR>
and restarted Aquamacs<BR>
<BR>
M-x cm<BR>
<BR>
results in:<BR>
(load "/Applications/lisp/slime-2.0/swank-loader.lisp" :verbose t)<BR>
(swank:start-server "/tmp/slime.775" :external-format :iso-latin-1-unix)<BR>
<BR>
[Error ] No executable found.<BR>
Aborting.<BR>
<BR>
Process inferior-lisp exited abnormally with code 1<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>