NextPrevUpTopContentsIndex

1.5.1 Saving an environment image

If you always want the IDE to start automatically, you could create a suitable image using a save-image script like this:

(in-package "CL-USER")
(load-all-patches)
(x-utils:ensure-motif-libraries)
(save-image "lispworks-env" 
            :restart-function 'env:start-environment)
(quit)

See the LispWorks Reference Manual for more information about using save-image .


LispWorks for UNIX Supplementary Manual - 11 Apr 2005

NextPrevUpTopContentsIndex