[Openmcl-devel] Aquamacs can't find openmcl

Lengyel, Florian FLengyel at gc.cuny.edu
Sun Aug 17 09:05:18 PDT 2008


THis is my .emacs for aquamacs and ccl

; SLIME setup
(add-to-list 'load-path "/Applications/Aquamacs Emacs.app/Contents/Resources/sit
e-lisp/edit-modes/slime")  ; your SLIME directory
(setq inferior-lisp-program "/Applications/ccl/scripts/openmcl64") ; your Lisp s
ystem
(require 'slime)
(slime-setup)
; connect SLIME to openMCL when opening lisp file
(add-hook 'slime-mode-hook
               (lambda ()
                 (unless (slime-connected-p)
                   (save-excursion (slime)))))
(load "tagging.el")


Florian Lengyel, Ph.D.
Assistant Director for Research Computing
Department of Information Technology
and Adjunct Professor, Ph.D. Program in Computer Science
The CUNY Graduate Center
365 Fifth Avenue, Room 4435  New York, NY 10016
Phone: (212) 817-7374               FAX: (212) 817-1614               
WWW: http://research.gc.cuny.edu
Email: flengyel at gc.cuny.edu 



-----Original Message-----
From: openmcl-devel-bounces at clozure.com on behalf of Susan Epstein
Sent: Sun 8/17/2008 7:44 AM
To: openmcl-devel at clozure.com
Subject: [Openmcl-devel] Aquamacs can't find openmcl
 
I have the 64-bit version of openmcl installed in ~/ccl on a Mac with 
an Intel Core 2 Duo and Aquamacs distribution 1.4.

Per the instructions, I put
  (setq inferior-lisp-program "~/ccl/scripts/ccl64")
in
~/Library/Preferences/Aquamacs Emacs/Preferences.el

This should let me use SLIME from a file open in Aquamacs. But when I 
try
M-x slime
I get "no such file or directory, ~ccl/scripts/openmcl"

When I look, of course the file is there, but it is a Unix executable 
and just indicates that there was no such file or directory from line 
70 and that it logged out.

I'd be grateful for any guidance you can offer here.

Susan

_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/mailman/listinfo/openmcl-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20080817/c822eafc/attachment.htm>


More information about the Openmcl-devel mailing list