Skip to content

Compatibility with elisp? #21

@Kreyren

Description

@Kreyren

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions