[racket-dev] DrRacket display bug
I'm not quite seeing what is wrong about that. Is the issue that you have
word wrapping turned off (in the "Edit" menu) but you're still seeing
wrapping?
Robby
On Thu, Sep 26, 2013 at 10:46 PM, Evgeny Odegov <oev-racket at sibmail.com>wrote:
> To reproduce:
> Generate file with the following script (filepath doesn't matter) and open
> in DrRacket.
>
> #lang racket/base
>
> (require racket/file math/number-theory)
>
> (with-output-to-file "d:/big-numbers.rkt"
> (λ ()
> (define x (factorial 5000))
> (displayln "#lang racket")
> (displayln "(define bignumber-list (list ")
> (for ([n 2])
> (displayln x))
> (display "))")
> (flush-output)))
>
>
> Result on my machine: http://postimg.org/image/5xqo3bcvv/full/
>
> 'Reindent All' (Ctrl+I) makes view normal.
>
> _________________________
> Racket Developers list:
> http://lists.racket-lang.org/dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20130927/73222384/attachment.html>