Re: Terminating A LispWorks Evaluation
From: Kenny Tilton (ktilton_at_nyc.rr.com)
Date: 07/20/04
- Next message: tfb+google_at_tfeb.org: "Re: float-radix?"
- Previous message: Alan Crowe: "Re: Extent of definitions in environments (Was: First draft ...)"
- In reply to: Gary Brown: "Terminating A LispWorks Evaluation"
- Next in thread: Pascal Costanza: "Re: Terminating A LispWorks Evaluation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 20 Jul 2004 10:01:04 GMT
Gary Brown wrote:
> Hi,
>
> How do you terminate an interactive LispWorks evaluation? Every now
> and then I cause an infinite loop but can't stop it without exiting. I've
> been
> through the user manual twice and haven't seen an abort mechanism
> (eg, DEC used CTRL/C).
Under win32 and the LW eval I just manged to interrupt:
(loop (print 'hello))
...with control-break.
kt
-- Cells? Cello? Celtik?: http://www.common-lisp.net/project/cells/ Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
- Next message: tfb+google_at_tfeb.org: "Re: float-radix?"
- Previous message: Alan Crowe: "Re: Extent of definitions in environments (Was: First draft ...)"
- In reply to: Gary Brown: "Terminating A LispWorks Evaluation"
- Next in thread: Pascal Costanza: "Re: Terminating A LispWorks Evaluation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|