<br><br><div><span class="gmail_quote">On 6/17/06, <b class="gmail_sendername">Ken Tilton</b> <<a href="mailto:kentilton@gmail.com">kentilton@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br><br><div></div><div><span class="q"><span class="gmail_quote">On 6/16/06, <b class="gmail_sendername">Ryan Forsythe</b> <<a href="mailto:ryanf@cs.uoregon.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ryanf@cs.uoregon.edu</a>> wrote:</span></span></div><div><span class="q"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Jun 16, 2006, at 2:43 PM, Ken Tilton wrote:<br>> I downloaded it and it has the right size, but PicoZip (which<br>> normally does fine with tars and tgzs (but not always)) finds<br>> nothing to extract.<br>

<br>Weird. I've uploaded a zip of the export, maybe that'll work for<br>picozip: <a href="http://pycells.pyworks.org/pycells-r12.zip" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pycells.pyworks.org/pycells-r12.zip
</a></blockquote></span></div><div><div><br>Thanks, that worked.
<br><br>One quick reaction: in Cells, observers are more clasically OO, they are defined as a class attribute. I am not sure if PyCells is doing the same after a quick glance, but I do see that the Cell data structure has a slot for observers, which sounds as if in PyCells they might be Cell-specific. Correct me if I am wrong.
</div></div></div></blockquote><div><br> I forgot to mention something (and I am CCing cells-devel to see what others think): the idea of instance/slot-specific observers does not seem like a bad idea. It certainly is consistent with Cells allowing different rules for the same slot of different instances. Normal observers really do have to be class-oriented (it does not how a color of a widget gets decided, a change still has to trigger an OS update) but if PyCells happens to support instance/slot-specific observers that would be OK.
<br><br>The only problem I see is that you need a little new syntax. I suppose in Cells it would be:<br><br>     (c-formua (:observer (observer-lambda () ......)...)<br><br><br>Does anyone recall ever needing an instance-specific observer?
<br><br>kt<br></div></div><br>