Re: [racket] possible bug in scribble-pkgs / scribble-lib / scribble / html-render.rkt

2013-11-07 Thread Matthew Butterick
I've posted a comment to the commit, and will study the issue further. https://github.com/plt/racket/commit/7323dde0ea On Thu, Nov 7, 2013 at 3:03 PM, Matthew Flatt wrote: > The intent of the "mywbr" span is to allow a line break between "/" and > the following character (since we sometimes h

Re: [racket] possible bug in scribble-pkgs / scribble-lib / scribble / html-render.rkt

2013-11-07 Thread Matthew Flatt
The intent of the "mywbr" span is to allow a line break between "/" and the following character (since we sometimes have long identifiers where characters like "/" are a helpful break point). The "mywbr" style sets the span width to 0 to avoid rendering any space. Danny Yoo was the last person to

[racket] possible bug in scribble-pkgs / scribble-lib / scribble / html-render.rkt

2013-11-06 Thread Matthew Butterick
Round about line 1494 is the following: '(span ([class "mywbr"]) " " nbsp)) I believe this line is causing the (I assume unintended) side effect of adding a spurious space after slashes within Racket commands in the left-hand navigation in the documentation, for instance here: http://docs.racket