Matthias pointed that out to me. Unfortunately, braces generally work, too. In fact, that exact one worked until recently.  I&#39;ll go back and recode them all at some point.<br><br><div class="gmail_quote">On Sat, Apr 25, 2009 at 9:29 AM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You want square brackets in the itemize, not {} ones. Itemize expects<br>
item arguments only, but with the {} you get spaces and newlines and<br>
things like that as well.<br>
<font color="#888888"><br>
Robby<br>
</font><div><div></div><div class="h5"><br>
On Sat, Apr 25, 2009 at 10:04 AM, Doug Williams<br>
&lt;<a href="mailto:m.douglas.williams@gmail.com">m.douglas.williams@gmail.com</a>&gt; wrote:<br>
&gt; I had the following in the Scribble documentation for the simulation<br>
&gt; collection.<br>
&gt;<br>
&gt; @defproc[(set-insert! (set set?) (item any/c) (priority real? 100)) any]{<br>
&gt; Create a cell containing @scheme[item] and inserts it into @scheme[set] with<br>
&gt; the given @scheme[priority] according to the type of the set.<br>
&gt;<br>
&gt; @itemize{<br>
&gt;   @item{@scheme[#:fifo]---@scheme[item] is inserted at the end of<br>
&gt; @scheme[set].  The @scheme[priority], if provided, is ignored.}<br>
&gt;   @item{@scheme[#:lifo]---@scheme[item] is inserted at the beginning of<br>
&gt; @scheme[set].  The @scheme[priority], if provided, is ignored.}<br>
&gt;   @item{@scheme[#:priority]---@scheme[item] is inserted into @scheme[set]<br>
&gt; according to the @scheme[priority].  If @scheme[priority] is not provided,<br>
&gt; the default value of @math{100} is used.}<br>
&gt;   }}<br>
&gt;<br>
&gt; That worked fine at the time version 3.3 of the simulation collection was<br>
&gt; built. [That was Nov. 27, 2008 according to the SVN log, but I&#39;m not sure<br>
&gt; what version of PLT Scheme I had loaded at that time.] Now it gives a syntax<br>
&gt; error and points to the first item in the itemized list. Removing that one<br>
&gt; just moves the error the the second item.<br>
&gt;<br>
&gt; Moving the itemized list outside of the body of the defproc block removes<br>
&gt; the error. The closing brace (curly bracket) was moved from the end of the<br>
&gt; itemized list up before the itemized list.<br>
&gt;<br>
&gt; @defproc[(set-insert! (set set?) (item any/c) (priority real? 100)) any]{<br>
&gt; Create a cell containing @scheme[item] and inserts it into @scheme[set] with<br>
&gt; the given @scheme[priority] according to the type of the set.}<br>
&gt;<br>
&gt; @itemize{<br>
&gt;   @item{@scheme[#:fifo]---@scheme[item] is inserted at the end of<br>
&gt; @scheme[set].  The @scheme[priority], if provided, is ignored.}<br>
&gt;   @item{@scheme[#:lifo]---@scheme[item] is inserted at the beginning of<br>
&gt; @scheme[set].  The @scheme[priority], if provided, is ignored.}<br>
&gt;   @item{@scheme[#:priority]---@scheme[item] is inserted into @scheme[set]<br>
&gt; according to the @scheme[priority].  If @scheme[priority] is not provided,<br>
&gt; the default value of @math{100} is used.}<br>
&gt;   }<br>
&gt;<br>
&gt; Does anyone know what the problem is?<br>
&gt;<br>
&gt; The real problem is that building the Scribble documents failed when the<br>
&gt; simulation collection was downloaded from PLaneT using PLT Scheme 4.1.5.<br>
&gt; I&#39;ve updated the PLaneT package so it loads now, but wonder if any other<br>
&gt; packages have a similar problem.<br>
&gt;<br>
&gt; Doug<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>