quicklisp-slime-helper
quicklisp-slime-helper copied to clipboard
Helper library for easy Quicklisp SLIME setup
Modifiy the .el template to look in the local-projects directory before the dist/ directory of quicklisp.
Every time I start `emacs 27.2.50` with ``` (if (file-exists-p "~/quicklisp/slime-helper.el") (load (expand-file-name "~/quicklisp/slime-helper.el"))) ``` at the top of my init file I get a [warning](https://github.com/kiwanami/emacs-epc/issues/35): ``` Package cl is...
In order to allow a customizable set of slime contribs to be setup when loading the helper, check whether slime-contribs has been set, and if so pass that list to...
Right now slime-setup is called with a fixed list of contribs `(slime-fancy)`. It would be nice to have that list configurable.
I am trying to use ABCL as an inferior-lisp with Slime. Right now I have ``` (load (expand-file-name "~/quicklisp/slime-helper.el")) (setq inferior-lisp-program "java -jar ~/bin/abcl-bin-1.6.1/abcl.jar") ``` and inferior-lisp fails to launch...
`slime-helper.el:quicklisp-slime-helper-base` hardcodes the path `~/quicklisp` which might break if someone installed into a different path with `(quicklisp-quickstart:install :path "/some/other/dir")`
When running --debug-init I'm getting this input, i'm not sure if it's an inherent issue with slime or with quicklisp and slime. ``` Debugger entered--Lisp error: (void-variable package-updating) byte-code("\304\302 !\305\306r\307...
Now that there is more than one dist, e.g. qlalpha, hardcoding "quicklisp" as the dist name is a bad idea.
Hello, When loading quicklisp-slime-helper in LispWorks Mac 64 bits from the latest quicklisp ditribution, the following error is raised: ``` Error: External format (:UTF-8 :EOL-STYLE :LF) got error reading #:...
The following sequence of forms in clisp lead to an error at the end: (load ) (quicklisp-quickstart-install) (ql:add-to-init-file) (ql:quickload "quicklisp-slime-helper") The last form dies with an error: ;; Compiling file...