* Gábor Melis [2011-12-03 02:57] writes:
In AllegroCl 8.2, *CL-DEFAULT-SPECIAL-BINDINGS* only affects the REPLs (contradicting the documentation).
In 9.0 alpha, *CL-DEFAULT-SPECIAL-BINDINGS* is [soon to be] deprecated, warns when first used. It's otherwise the same EXCL:*REQUIRED-TOP-LEVEL-BINDINGS* (i.e. no change in behavior).
The patch below makes slime actually install bindings into all future threads.
Committed.
Helmut