On Mon, Aug 1, 2011 at 11:43 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":1l">So I guess the symbols to rebind would be only the ones which are<br>
likely to be SETQ/SETF via common standard functions rather than via<br>
LET, such as indeed *PACKAGE* (WITH-PACKAGE would not have needed such,<br>
but IN-PACKAGE does)...</div></blockquote></div><br>Even *PACKAGE* might not need to be thread-local. The place where *package* is most used is in loaded code, within IN-PACKAGE statements, but LOAD binds *PACKAGE*, both in binary and in source files, so it automatically becomes thread-local. User code should also bind *PACKAGE*, both when reading and when printing, because otherwise the code may suddenly break when used in the wrong context... So maybe after all there are not that many special variables that need protection if one restricts to LET-bindings instead of just SETF.<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" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>