All Manuals > LispWorks User Guide and Reference Manual > 1 Starting LispWorks > 1.4 Using LispWorks with SLIME

NextPrevUpTopContentsIndex

1.4.2 Using the Personal Edition with SLIME

Start LispWorks Personal Edition, which starts the LispWorks IDE automatically.

Execute these forms in the LispWorks IDE:

(load "/path/to/slime/swank-loader")
(swank-loader:init)
(swank:create-server :port 4005)

Inside Emacs, Meta+X slime-connect . Use the same port given above.


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex