Thanks ;)<br><br><div><span class="gmail_quote">On 3/18/07, <b class="gmail_sendername">Eli Barzilay</b> <<a href="mailto:eli@barzilay.org">eli@barzilay.org</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;">
On Mar 18, Yin-So Chen wrote:<br>> Thanks Jens and Eli, So it appears I need at least pretty-big-text (but not<br>> pretty-big).<br>><br>> Regarding Swindle - what is the difference between Swindle and the<br>
> class.ssincluded in Pretty-Big?<br>><br>> Also - can I include more than one language pack like below?  Would<br>> there be conflics?<br>><br>> (module a-module-name (lib "plt-pretty-big-text.ss) (lib "
swindle.ss")<br>>   <your code here>)<br><br>No, there's a single module at the `language position'.  You can then<br>require more modules in with `require':<br><br>  (module a-module-name (lib "
plt-pretty-big-text.ss)<br>    (require (lib <whatever>))<br>    <your code here>)<br><br>The library that you require should not conflict with existing<br>bindings that you get from the language module.  The Swindle
<br>documentation that describe each module say whether it's a language<br>module or not.  The non-language modules allow you to require selected<br>pieces from Swindle.<br><br>--<br>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
<br>                  <a href="http://www.barzilay.org/">http://www.barzilay.org/</a>                 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...