<br><br><div class="gmail_quote">On Thu, Feb 25, 2010 at 3:20 PM, Pascal Costanza <span dir="ltr"><<a href="mailto:pc@p-cos.net">pc@p-cos.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I have changed Closer to MOP for ECL in such a way that &allow-other-keys is added when &key is present in a method lambda list, so it now does the same ECL does. The change is in the Closer to MOP repository. Could you check whether that solves your problem? (As far as I can tell, it should.)<br>

<br>
I don't think the issue with (debug 3) concerns me as the ContextL maintainer, but I'm not user? Do you think that's a ContextL issue, or rather an ECL issue?<br></blockquote><div><br></div><div>I do not know how ContextL expands its method expressions. If they are unnamed lambda lists, then they will not show with names in the debugger stack trace, while if they are named lambda lists they show with proper names. See for instance</div>
<div><br></div><div><div>(defvar *b*)</div><div><br></div><div>(defvar *a* #'(lambda (x) (declare (optimize (debug 3))) (cos x)))</div><div><br></div><div>(defvar *b* #'(ext:lambda-block foo (x) (declare (optimize (debug 3))) (cos x)))</div>
<div><br></div><div>When compiled and loaded, the following session takes place. Only in the second case there is a meaningful name in the backtrace</div><div><br></div><div><div>(declaim (optimize (debug 3)))</div><div><br>
</div><div>(defvar *b*)</div><div><br></div><div>(defvar *a* #'(lambda (x) (declare (optimize (debug 3))) (cos x)))</div><div><br></div><div>(defvar *b* #'(ext:lambda-block foo (x) (declare (optimize (debug 3))) (cos x)))</div>
<div><br></div><div>Juanjo</div><div><br></div></div></div></div>-- <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>