Re: CLISP [1]> ?



Mike Speed wrote:

'[1]> ' reminds me of a debugging prompt.


You think you got problems. I installed 2.38 and every time I hit
the tab key, it prints this:

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.

I tried pasting some code in there and this is what it turned into:

[1]> (defmacro defenum ((&key (prefix "") (suffix "") (start 0) (step 1))

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
&rest identifiers)
(let ((results nil)

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
(index 0)

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
(start (eval start))

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
(step (eval step)))

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
(dolist (id identifiers)

etc., etc.

I don't know what I did.

Matt
.



Relevant Pages