[Openmcl-devel] Loading an Image File via Slime

Matt Pfefferle matthew.pfefferle at gmail.com
Fri Dec 11 19:21:46 PST 2009


That seemed to work.  Thanks!
On Dec 11, 2009, at 9:50 PM, R. Matthew Emerson wrote:

> 
> 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