racket/collects/scribble/text
Eli Barzilay efda1706d8 Use the new wrap-line' in scribble/eval'.
This might have output that is a little better in cases where the
wrapped string is longer than `maxlen', for example, with an input of:

  "    x xxxxxxxxxxxxxxxx..."

and wrapping at 10 characters, the output was

  "    x\nxxxxxxxxxx\nxxxxxx..."

and now it's

  "    x xxxx\nxxxxxxxxxx\nxx..."
2012-05-06 06:15:04 -04:00
..
lang
lang.rkt
main.rkt
output.rkt
syntax-utils.rkt
wrap.rkt Use the new wrap-line' in scribble/eval'. 2012-05-06 06:15:04 -04:00