-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Context
Researching for Kreyren/kreyren#47 to allow quicklisp implementation in cargo-make.
Issue
Currently loading quicklisp through emacs to interpret the following file returns Symbol’s function definition is void: defpackage
.
;; Not working on elisp
(setf *load-verbose* nil)
(load "/home/kreyren/quicklisp/setup.lisp" :verbose nil)
(ql:quickload :uiop :silent t)
(write-line (uiop:getenv "MESSAGE"))
Question
Is it possible to optimize quicklisp to allow it to be ran through emacs?
Metadata
Metadata
Assignees
Labels
No labels