<div class="gmail_quote">On Fri, Sep 2, 2011 at 10:13 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


I noticed that despite having C::*DELETE-FILES* set to T I somehow<br>
still get dangling files when using C-c C-c on functions in<br>
Emacs+SLIME.  I didn't really look into the code to see why as it's not<br>
a major problem, but since I'm writing about that toggle variable it<br>
also came to my mind.<br></blockquote><div><br>This is a bit worrying. I have experienced this problem randomly also on Windows, where it is even more problematic because the operating system does not clean up the temporary directory and it fills up my virtual machines.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

But there is also another problem: if I set it to NIL and compile a<br>
file (or use C-c C-c on a function), I can see various files but the<br>
file containing the VV[] data appears absent.<br></blockquote></div><br clear="all">The new model for VV data stores it in the binary file directly. There is no intermediate *.data file anymore. The reason is that some compilers cannot handle large static data sections and for FASL this hack is enough. If you want to resort to the old model (which is needed if MAKE-BUILD is used) then set the internal variable<br>

<br>(setf c::*compile-in-constants* t)<br><br>Juanjo<br><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>