[racket] Scribble's codeblock is collapsing whitespace?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jun 22 09:49:31 EDT 2011

At Tue, 21 Jun 2011 16:12:54 -0400, Danny Yoo wrote:
> I'm trying to layout the following important program:
> 
> @codeblock|{
> #lang planet dyoo/bf
>    ***********
>   *           *
>   *  o>    <o  *
>   *            *
>   *  <<<<<<<<  *
>    *          *
>      ********
> }|
> 
> Unfortunately, when Scribble gets its hands on it, the formatting of
> the face is completely flattened against the left side of the screen.
> I'm working around this by using verbatim instead, but wanted to
> double check: is codeblock supposed to collapse space like this?

No, that's a bug --- now fixed.



Posted on the users mailing list.