<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>


<TITLE>RE: [Openmcl-devel] Aquamacs can't find openmcl</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE="2">THis is my .emacs for aquamacs and ccl<BR>
<BR>
; SLIME setup<BR>
(add-to-list 'load-path "/Applications/Aquamacs Emacs.app/Contents/Resources/sit<BR>
e-lisp/edit-modes/slime")  ; your SLIME directory<BR>
(setq inferior-lisp-program "/Applications/ccl/scripts/openmcl64") ; your Lisp s<BR>
ystem<BR>
(require 'slime)<BR>
(slime-setup)<BR>
; connect SLIME to openMCL when opening lisp file<BR>
(add-hook 'slime-mode-hook<BR>
               (lambda ()<BR>
                 (unless (slime-connected-p)<BR>
                   (save-excursion (slime)))))<BR>
(load "tagging.el")<BR>
<BR>
<BR>
Florian Lengyel, Ph.D.<BR>
Assistant Director for Research Computing<BR>
Department of Information Technology<BR>
and Adjunct Professor, Ph.D. Program in Computer Science<BR>
The CUNY Graduate Center<BR>
365 Fifth Avenue, Room 4435  New York, NY 10016<BR>
Phone: (212) 817-7374               FAX: (212) 817-1614              <BR>
WWW: <A HREF="http://research.gc.cuny.edu">http://research.gc.cuny.edu</A><BR>
Email: flengyel@gc.cuny.edu<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: openmcl-devel-bounces@clozure.com on behalf of Susan Epstein<BR>
Sent: Sun 8/17/2008 7:44 AM<BR>
To: openmcl-devel@clozure.com<BR>
Subject: [Openmcl-devel] Aquamacs can't find openmcl<BR>
<BR>
I have the 64-bit version of openmcl installed in ~/ccl on a Mac with<BR>
an Intel Core 2 Duo and Aquamacs distribution 1.4.<BR>
<BR>
Per the instructions, I put<BR>
  (setq inferior-lisp-program "~/ccl/scripts/ccl64")<BR>
in<BR>
~/Library/Preferences/Aquamacs Emacs/Preferences.el<BR>
<BR>
This should let me use SLIME from a file open in Aquamacs. But when I<BR>
try<BR>
M-x slime<BR>
I get "no such file or directory, ~ccl/scripts/openmcl"<BR>
<BR>
When I look, of course the file is there, but it is a Unix executable<BR>
and just indicates that there was no such file or directory from line<BR>
70 and that it logged out.<BR>
<BR>
I'd be grateful for any guidance you can offer here.<BR>
<BR>
Susan<BR>
<BR>
_______________________________________________<BR>
Openmcl-devel mailing list<BR>
Openmcl-devel@clozure.com<BR>
<A HREF="http://clozure.com/mailman/listinfo/openmcl-devel">http://clozure.com/mailman/listinfo/openmcl-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>