[Openmcl-devel] Loading an Image File via Slime

R. Matthew Emerson rme at clozure.com
Fri Dec 11 18:50:45 PST 2009


On Dec 11, 2009, at 8:54 PM, Matt Pfefferle wrote:

> I'm running CCL 1.4 on OS X 10.6 via Aquamacs/Slime.  I can save an application image using CCL:SAVE-APPLICATION, and it seems that I can load it by via ccl64 on the command line, but is it possible to load the image from slime?  I can't seem to find anything to that effect in the documentation.

You should be able to start Slime with C-u M-x slime, and then type
"ccl64 -I /path/to/custom.image".

I imagine it would also work to put
(setq inferior-lisp-program "ccl64 -I /path/to/custom.image")
in your .emacs if you wanted that image by default.




More information about the Openmcl-devel mailing list