source: branches/0.13.x/abcl/doc/ABCL-SLIME @ 11662

Last change on this file since 11662 was 11662, checked in by Mark Evenson, 14 years ago

Mark version as abcl-0.12.42.

Update SLIME documentation.

File size: 892 bytes
Line 
1ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-17 with the following
2errata.
3
4[001] *standard-output* is not correctly bound to the appropiate
5      SLIME-OUTPUT-STREAM on the statup of the REPL.
6     
7      WORKAROUND: Evaluate a self-quoting numeric form in the
8                  *inferior-lisp* buffer including the [RETURN]
9                  character.  The REPL returns the self-qoting form
10                  establishing the correct bindings for the
11                  CONNECTION.
12
13      You should see a CL-USER> prompt appear in the
14      *inferior-lisp* buffer.
15
16#|
17;; Swank started at port: 63344.
18CL-USER>
19WARNING: Test failed: (EVAL-WHEN (&ANY :COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE) &BODY BODY) => "(eval-when (&any :compile-toplevel :load-toplevel :execute) &body
20 body)"
21  Expected: "(eval-when (&any :compile-toplevel :load-toplevel :execute) &body body)"
22
23  42 [RETURN]
24
25|#
Note: See TracBrowser for help on using the repository browser.