Re: [racket-dev] Wrapping lines

2012-05-06 Thread Eli Barzilay
Just now, Robby Findler wrote: > Would it be possible to base a meta-q like binding on this and be > able to use it when editing scribble files in DrRacket? (That would > be totally awesome if it were!) Ah, I didn't think about it... Yes, it should be very easy to do that -- you just need to deci

Re: [racket-dev] Wrapping lines

2012-05-06 Thread Robby Findler
Would it be possible to base a meta-q like binding on this and be able to use it when editing scribble files in DrRacket? (That would be totally awesome if it were!) Robby On Sun, May 6, 2012 at 7:26 AM, Eli Barzilay wrote: > JFYI, I have added a function for wrapping text, since it's easy to do