<div dir="ltr">I've posted a comment to the commit, and will study the issue further.<div><div><br></div><div><a href="https://github.com/plt/racket/commit/7323dde0ea">https://github.com/plt/racket/commit/7323dde0ea</a></div>
<div><br></div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 7, 2013 at 3:03 PM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The intent of the "mywbr" span is to allow a line break between "/" and<br>

the following character (since we sometimes have long identifiers where<br>
characters like "/" are a helpful break point). The "mywbr" style sets<br>
the span width to 0 to avoid rendering any space.<br>
<br>
<br>
Danny Yoo was the last person to try to improve this. See<br>
<br>
 <a href="https://github.com/plt/racket/commit/29031f0972" target="_blank">https://github.com/plt/racket/commit/29031f0972</a><br>
<br>
which he reverted with<br>
<br>
 <a href="https://github.com/plt/racket/commit/7323dde0ea" target="_blank">https://github.com/plt/racket/commit/7323dde0ea</a><br>
<div><div class="h5"><br>
<br>
<br>
At Wed, 6 Nov 2013 18:58:16 -0800, Matthew Butterick wrote:<br>
> Round about line 1494 is the following:<br>
><br>
> '(span ([class "mywbr"]) " " nbsp))<br>
><br>
> I believe this line is causing the (I assume unintended) side effect of<br>
> adding a spurious space after slashes within Racket commands in the<br>
> left-hand navigation in the documentation, for instance here:<br>
><br>
> <a href="http://docs.racket-lang.org/reference/for.html?q=for/list#(part._.Iteration_and" target="_blank">http://docs.racket-lang.org/reference/for.html?q=for/list#(part._.Iteration_and</a><br>
> _.Comprehension_.Forms)<br>
><br>
><br>
> So in the left nav, commands with slashes are displayed like this:<br>
><br>
> for/ list<br>
> for/ vector<br>
> for/ hash<br>
> ...<br>
><br>
> But they ought to appear like this:<br>
><br>
> for/list<br>
> for/vector<br>
> for/hash<br>
> ...<br>
><br>
><br>
> Matthew Butterick<br>
</div></div>> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div></div></div></div>