I believe this is now fixed.<div><br></div><div>Juanjo<br><br><div class="gmail_quote">On Sun, Feb 7, 2010 at 2:12 PM, Tobias C. Rittweiler <span dir="ltr"><<a href="mailto:tcr@freebits.de">tcr@freebits.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
;;; /tmp/frob.lisp<br>
(defun test (var thing)<br>
  (setf (getf var 'foo) thing))<br>
<br>
At REPL:<br>
<br>
(handler-bind ((condition<br>
                 #'(lambda (c)<br>
                     (format "~&Caught: ~S => ~A~%" c c))))<br>
  (compile-file "/tmp/frob.lisp"))<br>
<br>
;;; Compiling /tmp/frob.lisp.<br>
;;; OPTIMIZE levels: Safety=3, Space=0, Speed=1, Debug=3<br>
;;; Compiling (DEFUN TEST ...).<br>
<br>
Notice that the call to FORMAT is bogus (common typo of mine..)<br>
<br>
So an error is signaled in the handler (along with some non-local<br>
transfer of control which explains the mimimum compiler diagnostics),<br>
but that error is nowhere indicated.<br>
<br>
  -T.<br>
<br>
<br>
------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</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>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>

</div>