Juanjo,

I'm sorry to hear about your time constraints.  Perhaps you could take
one extremely small patch to fix a typo?  I just happened to notice
this in the compile output.

diff --git a/src/clos/conditions.lsp b/src/clos/conditions.lsp
index 88a0e9c..475f999 100644
--- a/src/clos/conditions.lsp
+++ b/src/clos/conditions.lsp
@@ -96,7 +96,7 @@
     (cons (loop for i from 1
          for n in (if (atom names) (list names) names)
          for f = (simple-restart-function tag i)
-         collect (cons name f))
+         collect (cons n f))
       *handler-clusters*)))

 (defmacro restart-bind (bindings &body forms)

Regards,
-- 
Jerry James
http://www.jamezone.org/

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to