<br><font size=2 face="sans-serif">Good morning!</font>
<br>
<br><font size=2 face="sans-serif">What does <b>Scheme Cookbook</b> offer
that &nbsp;<b>How</b> <b>To Design Programs</b> &nbsp;by F/F/F/K &nbsp;and
&nbsp;<b>How To Use Scheme</b> by F/F/F/K/S &nbsp; does not?</font>
<br>
<br><font size=2 face="sans-serif">R/</font>
<br><font size=2 face="sans-serif">TAS</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>plt-scheme-request@web-ext.cs.brown.edu</b>
</font>
<br><font size=1 face="sans-serif">Sent by: plt-scheme-admin@web-ext.cs.brown.edu</font>
<p><font size=1 face="sans-serif">09/02/2004 06:25 AM</font>
<br>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
plt-scheme@web-ext.cs.brown.edu</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">plt-scheme@web-ext.cs.brown.edu</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">plt-scheme digest, Vol 1
#981 - 6 msgs</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Send plt-scheme mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
plt-scheme@list.cs.brown.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
http://list.cs.brown.edu/mailman/listinfo/plt-scheme<br>
or, via email, send a message with subject or body 'help' to<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
plt-scheme-request@list.cs.brown.edu<br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
plt-scheme-admin@list.cs.brown.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of plt-scheme digest...&quot;<br>
<br>
<br>
[Please handle PLT Scheme list administrative tasks through the Web:<br>
 &nbsp; http://list.cs.brown.edu/mailman/listinfo/plt-scheme]<br>
<br>
<br>
Today's Topics:<br>
<br>
 &nbsp; 1. ANN: Scheme Cookbook (Noel Welsh)<br>
 &nbsp; 2. Where is resolver.ss? (Gordon Weakliem)<br>
 &nbsp; 3. Re: Where is resolver.ss? (Jacob Matthews)<br>
 &nbsp; 4. tex (David J. Neu)<br>
 &nbsp; 5. A dummy syntax context (Mike T. Machenry)<br>
 &nbsp; 6. Re: A dummy syntax context (Matthew Flatt)<br>
<br>
--__--__--<br>
<br>
Message: 1<br>
Date: Wed, 1 Sep 2004 06:05:26 -0700 (PDT)<br>
From: Noel Welsh &lt;noelwelsh@yahoo.com&gt;<br>
To: plt-scheme &lt;plt-scheme@list.cs.brown.edu&gt;<br>
Subject: [plt-scheme] ANN: Scheme Cookbook<br>
<br>
Hi all,<br>
<br>
I am pleased to announce the Scheme Cookbook:<br>
<br>
 &nbsp;http://www.schemecookbook.org/<br>
<br>
The Schematics Scheme Cookbook is a collaborative effort to<br>
produce practical documentation for using the Scheme<br>
language, particularly in commercial environments. It is<br>
focused on PLT Scheme, although other Scheme dialects are<br>
supported as far as possible.<br>
<br>
Enjoy!<br>
<br>
Noel<br>
<br>
=====<br>
Email: noelwelsh &lt;at&gt; yahoo &lt;dot&gt; com<br>
AIM: noelhwelsh<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
_______________________________<br>
Do you Yahoo!?<br>
Win 1 of 4,000 free domain names from Yahoo! Enter now.<br>
http://promotions.yahoo.com/goldrush<br>
<br>
--__--__--<br>
<br>
Message: 2<br>
Date: Wed, 1 Sep 2004 10:41:29 -0700 (PDT)<br>
From: Gordon Weakliem &lt;gweakliem@oddpost.com&gt;<br>
Reply-To: Gordon Weakliem &lt;gweakliem@oddpost.com&gt;<br>
To: plt-scheme@list.cs.brown.edu<br>
Subject: [plt-scheme] Where is resolver.ss?<br>
<br>
The docs for PLaneT (5.4.1 in the MzScheme language manual) imply that
you can load the planet resolver using (require (lib &quot;resolver.ss&quot;
&quot;planet&quot;)). &nbsp;However, I can't find this collection, and
can't the require doesn't work - are the docs incorrect, or am I reading
something into them that I shouldn't? <br>
 &nbsp;<br>
-- <br>
Gordon Weakliem <br>
http://www.eighty-twenty.net <br>
<br>
--__--__--<br>
<br>
Message: 3<br>
Date: Wed, 01 Sep 2004 12:51:22 -0500<br>
From: Jacob Matthews &lt;jacobm@cs.uchicago.edu&gt;<br>
To: plt-scheme@list.cs.brown.edu<br>
Subject: Re: [plt-scheme] Where is resolver.ss?<br>
<br>
Gordon Weakliem wrote:<br>
<br>
&gt; &nbsp;For list-related administrative tasks:<br>
&gt; &nbsp;http://list.cs.brown.edu/mailman/listinfo/plt-scheme<br>
&gt;<br>
&gt;The docs for PLaneT (5.4.1 in the MzScheme language manual) imply that
you can load the planet resolver using (require (lib &quot;resolver.ss&quot;
&quot;planet&quot;)). &nbsp;However, I can't find this collection, and
can't the require doesn't work - are the docs incorrect, or am I reading
something into them that I shouldn't? <br>
&gt; &nbsp;<br>
&gt; &nbsp;<br>
&gt;<br>
If you have version 208 or higher, the planet collection should exist in
<br>
plt/collects and that require line should succeed, though it won't do <br>
anything useful. The internal PLaneT implementation uses that file, but
<br>
you should be able to use the planet require forms (e.g. the ones listed
<br>
beside each package on http://planet.plt-scheme.org/) directly without
<br>
having to require anything first.<br>
<br>
-jacob<br>
<br>
<br>
--__--__--<br>
<br>
Message: 4<br>
Date: Wed, 1 Sep 2004 16:39:39 -0400<br>
From: &quot;David J. Neu&quot; &lt;djneu@att.net&gt;<br>
To: plt-scheme@list.cs.brown.edu<br>
Subject: [plt-scheme] tex<br>
<br>
Hi,<br>
<br>
I was wondering if someone could tell me where to find TeX2page's<br>
tex2page.sty file that's mentioned in the documentation:<br>
http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc-Z-H-2.html.<br>
<br>
Many thanks!<br>
Dave<br>
<br>
--__--__--<br>
<br>
Message: 5<br>
Date: Wed, 1 Sep 2004 16:47:09 -0400<br>
From: &quot;Mike T. Machenry&quot; &lt;dskippy@ccs.neu.edu&gt;<br>
To: plt-scheme@list.cs.brown.edu<br>
Subject: [plt-scheme] A dummy syntax context<br>
<br>
I am trying to make a readable&lt;%&gt; snip% exapand to a define using
an <br>
identifier found within the snip%'s text%. To do this I a using <br>
symbol-&gt;string on the contents of the text% and then datum-&gt;syntax-object
<br>
on the resultant symbol. The problem I am having, however, is that I need
a <br>
syntax context (color) for datum-&gt;syntax-object. Normally, one would
just <br>
use something like #'dummy for the context, however, being that the syntax
<br>
is an identifier being defined, drscheme complains with:<br>
<br>
define-values: identifier for a top-level definition already has a module
<br>
context in: foo<br>
<br>
Where foo is the symbol I am converting to a syntax-object and using in
a <br>
define.<br>
<br>
I am calling datum-&gt;syntax-object from within the module that provides
my <br>
snip, so it is getting that module's context. I don't know how to take
the <br>
context out of the syntax object.<br>
<br>
-mike<br>
<br>
--__--__--<br>
<br>
Message: 6<br>
From: Matthew Flatt &lt;mflatt@cs.utah.edu&gt;<br>
To: &quot;Mike T. Machenry&quot; &lt;dskippy@ccs.neu.edu&gt;<br>
Cc: plt-scheme@list.cs.brown.edu<br>
Subject: Re: [plt-scheme] A dummy syntax context<br>
Date: Wed, 1 Sep 2004 16:31:02 -0700<br>
<br>
At Wed, 1 Sep 2004 16:47:09 -0400, &quot;Mike T. Machenry&quot; wrote:<br>
&gt; I am trying to make a readable&lt;%&gt; snip% exapand to a define
using an <br>
&gt; identifier found within the snip%'s text%. To do this I a using <br>
&gt; symbol-&gt;string on the contents of the text% and then datum-&gt;syntax-object
<br>
&gt; on the resultant symbol. The problem I am having, however, is that
I need a <br>
&gt; syntax context (color) for datum-&gt;syntax-object. Normally, one
would just <br>
&gt; use something like #'dummy for the context, however, being that the
syntax <br>
&gt; is an identifier being defined, drscheme complains with:<br>
&gt; <br>
&gt; define-values: identifier for a top-level definition already has a
module <br>
&gt; context in: foo<br>
&gt; <br>
&gt; Where foo is the symbol I am converting to a syntax-object and using
in a <br>
&gt; define.<br>
&gt; <br>
&gt; I am calling datum-&gt;syntax-object from within the module that provides
my <br>
&gt; snip, so it is getting that module's context. I don't know how to
take the <br>
&gt; context out of the syntax object.<br>
<br>
Do you need a context for this particular identifier? Most identifiers<br>
produced by `read' have no lexical context. In this case, it sounds<br>
like you should use #f for the context argument to<br>
`datum-&gt;syntax-object' so that the identifier will have no context.<br>
<br>
Matthew<br>
<br>
<br>
<br>
<br>
End of plt-scheme Digest<br>
</tt></font>
<br>
<br><font size=2 face="sans-serif">_________________________________________________________________<br>The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged 
material.  Any review, retransmission, dissemination or other use of, or 
taking of any action in reliance upon, this information by persons or 
entities other than the intended recipient is prohibited.   If you 
received this in error, please contact the sender and delete the material 
from any computer.</font>