This is a very useful demo. Thanks Ron for making it available, and Ralph for cleaning it up. I hope it makes its way into the ccl examples. For newcomers, I think what works best is a number of small examples like this, rather than large examples that include too much, a problem I have with much of Apple&#39;s sample code. So, thanks guys.<br>
<br>I think this is a CL question more than specifically CCL, but I&#39;ll ask here anyway: When I run the scribble demo from within Emacs/Slime, it works OK if I (load &quot;scribble.lisp&quot;) at the slime REPL. But if I use C-c C-k, a.k.a. &quot;compile and load file&quot; it complains that there&#39;s no package named &quot;GUI&quot;. I imagine this is because the meaning of  (require :cocoa) is different when compiling vs loading. If I do (require :cocoa) before I do C-c C-k then it works OK. There&#39;s probably no bug here, I just don&#39;t understand exactly what&#39;s happening.<br>
<br>Neil<br>