From: Gary Brown
Subject: Terminating A LispWorks Evaluation
Date: 
Message-ID: <10fpdugtav9au88@corp.supernews.com>
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).

Thanks,
Gary

From: Kenny Tilton
Subject: Re: Terminating A LispWorks Evaluation
Date: 
Message-ID: <A36Lc.52391$4h7.6413288@twister.nyc.rr.com>
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
From: Pascal Costanza
Subject: Re: Terminating A LispWorks Evaluation
Date: 
Message-ID: <cdj3ds$vsa$1@f1node01.rhrz.uni-bonn.de>
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.

There's a break button in the IDE - the one with the two bars, not 
unlike the pause button you find on some tape recorders. If you're not 
afraid of using the mouse, this should work. ;)

The button with the two parentheses and the arrow escaping from it 
brings you back to the top level.

Pascal

-- 
Pascal Costanza               University of Bonn
···············@web.de        Institute of Computer Science III
http://www.pascalcostanza.de  R�merstr. 164, D-53117 Bonn (Germany)
From: Gary Brown
Subject: Re: Terminating A LispWorks Evaluation
Date: 
Message-ID: <10frobuo50oh0cf@corp.supernews.com>
> > How do you terminate an interactive LispWorks evaluation?  Every now
> > and then I cause an infinite loop but can't stop it without exiting.
>
> There's a break button in the IDE - the one with the two bars, not
> unlike the pause button you find on some tape recorders. If you're not
> afraid of using the mouse, this should work. ;)
>
> The button with the two parentheses and the arrow escaping from it
> brings you back to the top level.
>
> Pascal

Thanks!  They all worked.  In knew it was simple. :-)

Thanks again,
Gary
From: Alain Picard
Subject: Re: Terminating A LispWorks Evaluation
Date: 
Message-ID: <87fz7nj9m3.fsf@memetrics.com>
"Gary Brown" <··········@charter.net> writes:

> 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

You could nuke the offending process either with MP:PROCESS-KILL
or from the process browser, if you're using the podium.