Re: CLISP [1]> ?
- From: Matt <email@xxxxxxxxxxx>
- Date: Sat, 04 Feb 2006 11:45:42 GMT
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
.
- Follow-Ups:
- Re: CLISP [1]> ?
- From: Pascal Bourguignon
- Re: CLISP [1]> ?
- From: Mike Speed
- Re: CLISP [1]> ?
- References:
- Re: CLISP [1]> ?
- From: Mike Speed
- Re: CLISP [1]> ?
- Prev by Date: Re: Interesting developments since "Beating the averages"?
- Next by Date: Re: i cant make a loop that exits when a conditon is met
- Previous by thread: Re: CLISP [1]> ?
- Next by thread: Re: CLISP [1]> ?
- Index(es):
Relevant Pages
|