Skip to content
Yongning Liang edited this page Sep 1, 2017 · 3 revisions

Welcome to the lispbox wiki!

See the "project page":http://common-lisp.net/projects/lispbox/ on common-lisp.net for downloads and more information (not much).

Troubleshooting

If you are using macOS 10.12+, Apple has implemented something called "App Translocation", it will cause fails to load slime, ccl etc.

Remove quarantine of lispbox using this:

sudo xattr -d -r -s com.apple.quarantine /Applications/lispbox-0.7/Emacs.app
Clone this wiki locally