<!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>RE: [CM] SBCL/CM + SLIME = [Error ] No executable found.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi Rick,<BR>
<BR>
Thanks, good to hear the SLIME is now built into Aquamacs. I was able to get this working with some tweaks -- for some reason Aquamacs wasn't finding SBCL when calling cm-program, even though I have the path in my .cshrc, so I had to provide full path:<BR>
<BR>
<BR>
(require 'slime)<BR>
(slime-setup)<BR>
(add-to-list 'load-path "/Applicatons/lisp/cm/etc/xemacs")<BR>
(setq cm-program "/Applications/lisp/cm/bin/cm.sh -l /usr/local/bin/sbcl")<BR>
(load "/Applications/lisp/cm/etc/xemacs/cm.el")<BR>
(enable-cm-commands)<BR>
<BR>
Now I am well on my way to having my PICACS (Bézier spline modeling software) running again...<BR>
<BR>
-=B<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Heinrich Taube [<A HREF="mailto:taube@uiuc.edu">mailto:taube@uiuc.edu</A>]<BR>
Sent: Sun 3/23/2008 8:20 PM<BR>
To: Bret Battey<BR>
Cc: Common Muisc List<BR>
Subject: Re: [CM] SBCL/CM + SLIME = [Error ] No executable found.<BR>
<BR>
not sure whats going wrong but it may be several things. first, for <BR>
more recent cm's (current in svn is 2.11.3) the pathname to cm.el is <BR>
cm/etc/emacs/cm.el not cm/xemacs/cm.el<BR>
<BR>
this is what i have in my emacs file that works fine on osx/aquamacs:<BR>
<BR>
(require 'slime)<BR>
(slime-setup)<BR>
(add-to-list 'load-path "/Lisp/cm/etc/emacs/")<BR>
(setq cm-program "/Lisp/cm/bin/cm.sh -l sbcl")<BR>
(load "cm.el")<BR>
;(load "sal-mode.el")<BR>
(enable-cm-commands)<BR>
<BR>
<BR>
then M-x cm should work.<BR>
<BR>
you can also download the GraceCL app, its editor is quite emacs like, <BR>
then only gotcha is that opening large files takes a long time due to <BR>
the horrible way i have to implement syntax highlighting in juce.<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
> I'm currently trying to get SBCL working with CM running with Slime/<BR>
> Aquamacs.<BR>
> Mac OS 10.4<BR>
><BR>
> Following Rick's instructions in the html pages in the CM package, <BR>
> excepting that I'm putting cm, clm, slime etc in /Applications/lisp/ <BR>
> 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-<BR>
> unix)<BR>
><BR>
> [Error ] No executable found.<BR>
> Aborting.<BR>
><BR>
> Process inferior-lisp exited abnormally with code 1<BR>
><BR>
><BR>
<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>