Thanks ;)<br><br><div><span class="gmail_quote">On 3/18/07, <b class="gmail_sendername">Eli Barzilay</b> &lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mar 18, Yin-So Chen wrote:<br>&gt; Thanks Jens and Eli, So it appears I need at least pretty-big-text (but not<br>&gt; pretty-big).<br>&gt;<br>&gt; Regarding Swindle - what is the difference between Swindle and the<br>
&gt; class.ssincluded in Pretty-Big?<br>&gt;<br>&gt; Also - can I include more than one language pack like below?&nbsp;&nbsp;Would<br>&gt; there be conflics?<br>&gt;<br>&gt; (module a-module-name (lib &quot;plt-pretty-big-text.ss) (lib &quot;
swindle.ss&quot;)<br>&gt;&nbsp;&nbsp; &lt;your code here&gt;)<br><br>No, there&#39;s a single module at the `language position&#39;.&nbsp;&nbsp;You can then<br>require more modules in with `require&#39;:<br><br>&nbsp;&nbsp;(module a-module-name (lib &quot;
plt-pretty-big-text.ss)<br>&nbsp;&nbsp;&nbsp;&nbsp;(require (lib &lt;whatever&gt;))<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;your code here&gt;)<br><br>The library that you require should not conflict with existing<br>bindings that you get from the language module.&nbsp;&nbsp;The Swindle
<br>documentation that describe each module say whether it&#39;s a language<br>module or not.&nbsp;&nbsp;The non-language modules allow you to require selected<br>pieces from Swindle.<br><br>--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;((lambda (x) (x x)) (lambda (x) (x x)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Eli Barzilay:
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.barzilay.org/">http://www.barzilay.org/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maze is Life!<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.yinsochen.com">http://www.yinsochen.com
</a><br>...continuous learning...