Re: [racket-dev] DrRacket display bug

2013-09-27 Thread oev
27.09.2013 18:47, Robby Findler пишет: 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 No. Its all OK with word wrapping (I forgot to mention that it must be switched on either). L

Re: [racket-dev] DrRacket display bug

2013-09-27 Thread Robby Findler
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 wrote: > To reproduce: > Generate file with the following script (filepath doesn't matt

Re: [racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
In addition: v5.3.6 and 'Show line numbers' is switched on. _ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
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 "(defin