<div dir="ltr">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?<div><br>Robby</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 10:46 PM, Evgeny Odegov <span dir="ltr"><<a href="mailto:oev-racket@sibmail.com" target="_blank">oev-racket@sibmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
To reproduce:<br>
Generate file with the following script (filepath doesn't matter) and open<br>
in DrRacket.<br>
<br>
#lang racket/base<br>
<br>
(require racket/file math/number-theory)<br>
<br>
(with-output-to-file "d:/big-numbers.rkt"<br>
  (&#955; ()<br>
    (define x (factorial 5000))<br>
    (displayln "#lang racket")<br>
    (displayln "(define bignumber-list (list ")<br>
    (for ([n 2])<br>
      (displayln x))<br>
    (display "))")<br>
    (flush-output)))<br>
<br>
<br>
Result on my machine: <a href="http://postimg.org/image/5xqo3bcvv/full/" target="_blank">http://postimg.org/image/5xqo3bcvv/full/</a><br>
<br>
'Reindent All' (Ctrl+I) makes view normal.<br>
<br>
_________________________<br>
  Racket Developers list:<br>
  <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
</blockquote></div><br></div>