ports/editors/sly-quicklisp/pkg-message
Li-Wen Hsu 7b94aff4ea Add editors/sly-quicklisp: SLY basic support for Quicklisp
PR:		253995
Submitted by:	Olivier Certner <olivier.freebsd@free.fr>
2021-03-16 10:38:16 +00:00

27 lines
1.2 KiB
Text

[
{ type: install
message: <<EOM
To use the sly-quicklisp contrib, you must:
1. Register sly-quicklisp into SLY. You just have to add this line to some init
file:
(require 'sly-quicklisp)
Doing this is not strictly necessary if you want to automatically activate
this contrib using `sly-contribs' (see below), but it never hurts.
This contrib's automatic activation at load was disabled, contrary to what
upstream does. Upstream's autoloads file is consequently not necessary, and
not included in this package.
2. Ensure that Quicklisp is loaded by your Common Lisp implementation. If this
is not the case, an error will be signaled at contrib activation, from which
you can recover by using SLY's CONTINUE restart (will disable the contrib).
If you want sly-quicklisp to be automatically activated on each new SLY
session, put it in the `sly-contribs' list. E.g., you can add something like
this in some Emacs' init file:
(setq sly-contribs '(sly-fancy sly-quicklisp))
or customize the variable.
To enable it on demand in already running SLY sessions instead, just use the
`sly-enable-contrib' command, or modify `sly-contribs' and run `sly-setup'.
EOM
}
]