The GUI-less error you were getting is a bug in the implementation of the collapsed snip. Specifically it is not wired into the non-GUI reading support stuff in the wxme library. <br><br>Unfortunately it does not seem easy to support the same strategy that the GUI version uses<br>
In the non-GUI context because the wxme library does not seem to provide a way to say &quot;here&#39;s a snipclass name; please read one of those from this here port &quot;. <br><br>Robby<br><br>On Sunday, September 11, 2011, Danny Yoo &lt;<a href="mailto:dyoo@cs.wpi.edu">dyoo@cs.wpi.edu</a>&gt; wrote:<br>
&gt;&gt; So there must be some context that I&#39;m missing here.  What should I be<br>&gt;&gt; doing to not get this error at the terminal?  Thanks!<br>&gt;<br>&gt; Following up: I figured out that I need to use (make-gui-namespace) to<br>
&gt; create a namespace that knows about the snip classes.  e.g.<br>&gt;<br>&gt; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<br>&gt; #lang racket/base<br>&gt; (require racket/gui/base)<br>&gt; (parameterize ([current-namespace (make-gui-namespace)])<br>
&gt;  (dynamic-require &#39;(file &quot;snips.rkt&quot;) #f))<br>&gt; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<br>&gt;<br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; _________________________________________________<br>&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://lists.racket-lang.org/listinfo/dev">http://lists.racket-lang.org/listinfo/dev</a>