@Peter: I can't remember where I stole it from but this works for me under sbcl. I haven't tried in ECL yet.<br><br><div class="gmail_extra"><pre><div class="" id="LC8"><span class="">(</span><span class="">defun</span> <span class="">update-swank</span> <span class="">()</span></div>

<div class="" id="LC9">  <span class="">"Called from within the main loop, this keep the lisp repl</span></div><div class="" id="LC10"><span class="">   working while code runs"</span></div><div class="" id="LC11">

  <span class="">(</span><span class="">base-macros:continuable</span></div><div class="" id="LC12">    <span class="">(</span><span class="">let</span> <span class="">((</span><span class="">connection</span> <span class="">(</span><span class="">or</span> <span class="">swank::*emacs-connection*</span></div>

<div class="" id="LC13">                        <span class="">(</span><span class="">swank::default-connection</span><span class="">))))</span></div><div class="" id="LC14">      <span class="">(</span><span class="">when</span> <span class="">connection</span></div>

<div class="" id="LC15">      <span class="">(</span><span class="">swank::handle-requests</span> <span class="">connection</span> <span class="">t</span><span class="">)))))</span></div></pre><br><br><div class="gmail_quote">

On 2 November 2012 08:54, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@gmail.com" target="_blank">juanjose.garciaripoll@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="gmail_extra"><div class="im">On Fri, Nov 2, 2012 at 12:26 AM, Peter Enerccio <span dir="ltr"><<a href="mailto:enerccio@gmail.com" target="_blank">enerccio@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div>Is it possible to have repl not block and wait for error instead being available during the runtime of application?<br>Right now, I have something similar made artificially but there are numerous errors when error actually happens in the stuff I evaluated.<br>



</div></blockquote></div><br></div>I am sorry I do not totally follow what you want to do</div><div class="gmail_extra"><br></div><div class="gmail_extra">Juanjo<span class=""><font color="#888888"><br clear="all"><div><br>

</div>-- <br>Instituto de Física Fundamental, CSIC<br>

c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</font></span></div>
<br>------------------------------------------------------------------------------<br>
LogMeIn Central: Instant, anywhere, Remote PC access and management.<br>
Stay in control, update software, and manage PCs from one command center<br>
Diagnose problems and improve visibility into emerging IT issues<br>
Automate, monitor and manage. Do more in less time with Central<br>
<a href="http://p.sf.net/sfu/logmein12331_d2d" target="_blank">http://p.sf.net/sfu/logmein12331_d2d</a><br>_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
<br></blockquote></div><br></div>