(add-to-list load-path "/cygdrive/c/cygwin/lispy/slime-2.0/") ; (the path to where you unzipped slime-2.0.tgz) (setq inferior-lisp-program "/cygdrive/c/cygwin/bin/clisp.exe") ; this is where Cygwin puts the clisp program (require 'slime) (
"Lispbox is a version of Lisp in a Box, which was originally created by Matthew Danish and Mikel Evins, customized for use with Practical Common Lisp."