[armedbear-devel] Double printing of the prompt

Blake McBride blake at mcbride.name
Mon Jan 16 19:25:26 UTC 2012


Greetings,

The latest version of ABCL is double printing the prompt at times as follows:


Armed Bear Common Lisp 1.1.0-dev-svn-13783
Java 1.6.0_29 Apple Inc.
Java HotSpot(TM) 64-Bit Server VM
Low-level initialization completed in 0.465 seconds.
Startup completed in 1.453 seconds.
Type ":help" for a list of available commands.
CL-USER(1): 3
3
CL-USER(2): 'hello
HELLO
CL-USER(3): '(a b c)
(A B C)
CL-USER(4): nil
NIL
CL-USER(5): CL-USER(5): 77
77
CL-USER(6): (cdr '(hello))
NIL
CL-USER(7): nil
NIL
CL-USER(8): CL-USER(8): 3
3
CL-USER(9):




More information about the armedbear-devel mailing list