IDE not starting up
I have a simple .lispworks that looks like this: ;; ASDF (load "/Users/joelr/lisp/asdf/asdf") (push "/Users/joelr/lisp/systems/" asdf:*central-registry*) ;; Slime (load "~/lisp/slime/swank-loader.lisp") (mp:initialize-multiprocessing) (swank::create-swank-server 4005 :spawn #'swank::simple-announce- function t) Running the IDE drops me down into the terminal and does not start the IDE itself. I think initializing multiprocessing interferes with Cocoa startup but it's nice to have the bit for starting Slime from within Emacs. The best way is probably to figure out the combination of features present in IDE vs. saved image and skip Slime in IDE mode. Thanks, Joel -- http://wagerlabs.com/uptick