Re: Terminating A LispWorks Evaluation

From: Kenny Tilton (ktilton_at_nyc.rr.com)
Date: 07/20/04


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


Relevant Pages

  • Re: Terminating A LispWorks Evaluation
    ... Gary Brown wrote: ... > How do you terminate an interactive LispWorks evaluation? ... > and then I cause an infinite loop but can't stop it without exiting. ...
    (comp.lang.lisp)
  • Re: Terminating A LispWorks Evaluation
    ... >> How do you terminate an interactive LispWorks evaluation? ... >> and then I cause an infinite loop but can't stop it without exiting. ...
    (comp.lang.lisp)
  • Terminating A LispWorks Evaluation
    ... How do you terminate an interactive LispWorks evaluation? ... and then I cause an infinite loop but can't stop it without exiting. ...
    (comp.lang.lisp)
  • Re: Terminating A LispWorks Evaluation
    ... > How do you terminate an interactive LispWorks evaluation? ... > and then I cause an infinite loop but can't stop it without exiting. ... You could nuke the offending process either with MP:PROCESS-KILL ...
    (comp.lang.lisp)
  • Re: Extended context-free grammar
    ... Dirk Thierbach wrote: ... it doesn't look like it is guaranteed to terminate. ... then it looks like we get into an infinite loop, ... First we add the production ...
    (comp.theory)