LispWorks User Guide and Reference Manual > 1 Starting LispWorks > 1.2 Passing arguments to LispWorks

NextPrevUpTopContentsIndex

1.2.2 Saving a console mode image

To save a LispWorks image which does not start the graphical IDE by default, make a script similar to save-config.lisp above, but where you call

(save-image "my-console-lispworks" :environment nil)

The resulting new image, my-console-lispworks , can be made to start the graphical IDE either by calling env:start-environment or by passing -env or -environment on the command line.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex