Lines 2-20
Link Here
|
2 |
{ type: install |
2 |
{ type: install |
3 |
message: <<EOM |
3 |
message: <<EOM |
4 |
To use the sly-named-readtables contrib, you must: |
4 |
To use the sly-named-readtables contrib, you must: |
5 |
1. Register sly-named-readtables into SLY. You just have to add this line to |
5 |
1. Register sly-named-readtables into SLY. You just have to add this line to |
6 |
some init file: |
6 |
some init file: |
7 |
(require 'sly-named-readtables) |
7 |
(require 'sly-named-readtables) |
8 |
Doing this is not strictly necessary if you want to automatically activate |
8 |
Doing this is not strictly necessary if you want to automatically activate |
9 |
this contrib using `sly-contribs' (see below), but it never hurts. |
9 |
this contrib using `sly-contribs' (see below), but it never hurts. |
10 |
This contrib's automatic activation at load was disabled, contrary to what |
10 |
This contrib's automatic activation at load was disabled, contrary to what |
11 |
upstream does. Upstream's autoloads file is consequently not necessary, and |
11 |
upstream does. Upstream's autoloads file is consequently not necessary, and |
12 |
not included in this package. |
12 |
not included in this package. |
13 |
2. Ensure that system NAMED-READTABLES is loaded by your Common Lisp |
13 |
2. Ensure that system NAMED-READTABLES is loaded by your Common Lisp |
14 |
implementation. |
14 |
implementation. |
15 |
|
15 |
|
16 |
If you want sly-named-readtables to be automatically activated on each new SLY |
16 |
If you want sly-named-readtables to be automatically activated on each new SLY |
17 |
session, put it in the `sly-contribs' list. E.g., you can add something like |
17 |
session, put it in the `sly-contribs' list. E.g., you can add something like |
18 |
this in some Emacs' init file: |
18 |
this in some Emacs' init file: |
19 |
(setq sly-contribs '(sly-fancy sly-named-readtables)) |
19 |
(setq sly-contribs '(sly-fancy sly-named-readtables)) |
20 |
or customize the variable. |
20 |
or customize the variable. |
21 |
- |
|
|