On Thu, Jul 15, 2010 at 2:04 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

When compiling a file which uses a custom SETF expander, invoking the<br>
SETF function inside functions compiled at the same time work fine.<br>
However, at the REPL, or in interpreted code, an error occurs that the<br>
SETF function doesn't exist.<br></blockquote></div><br>Thanks a lot for your detailed report! I think the reason for all your problems is that SETF functions are undefined whenever you use DEFSETF, DEFINE-SETF-EXPANDER and similar macros. After digging a little bit, this is an unspecified behavior so I removed it. The test suite seems to work just fine with this change. Could you please verify that your code is ok with that?<br>

<br>Juanjo<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>