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 More name improvements: scribble/text/textlang' -> scribble/text/lang' 2010-10-26 16:17:09 -04:00
lang.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
main.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
output.rkt Clarify a comment for future work; a bunch of new internal definition uses. 2011-12-28 21:07:24 -05:00
syntax-utils.rkt generalized `begin-for-syntax' 2011-09-08 14:06:00 -06:00
wrap.rkt Use the new wrap-line' in scribble/eval'. 2012-05-06 06:15:04 -04:00