Re: [racket-users] DrR: meta-q just worked!

2016-03-08 Thread Robby Findler
On Sat, Mar 5, 2016 at 8:14 AM, Jens Axel Søgaard wrote: > Is there a way to set the paragraph width to 80 (it seems to be set to 60)? I've added support for that (a new preference is in the drracket preferences dialog). I'm still hopeful that someone else will look into

Re: [racket-users] DrR: meta-q just worked!

2016-03-05 Thread Leif Andersen
I am too, thank you. Although it seems to split words from there open parenthesis. For example: ``` hello (some text) ``` Can be come (if it needs to split the line): ``` hell ( some text) ``` This is problematic because scribble seems to interpret the line break as a space, and thus putting

Re: [racket-users] DrR: meta-q just worked!

2016-03-05 Thread Jens Axel Søgaard
Is there a way to set the paragraph width to 80 (it seems to be set to 60)? /Jens Axel 2016-03-04 21:06 GMT+01:00 Robby Findler : > Lei Wang actually implemented it. I gave him some advice about it, but > it was his work. I'm very happy he did it too! > >

Re: [racket-users] DrR: meta-q just worked!

2016-03-04 Thread Robby Findler
Lei Wang actually implemented it. I gave him some advice about it, but it was his work. I'm very happy he did it too! https://github.com/LeiWangHoward Robby On Fri, Mar 4, 2016 at 10:31 AM, Matthias Felleisen wrote: > > Thank you Robby. He added this a while back because

Re: [racket-users] DrR: meta-q just worked!

2016-03-04 Thread Matthias Felleisen
Thank you Robby. He added this a while back because it was my primary complaint about scribble in dr. On Mar 4, 2016, at 10:40 AM, "'John Clements' via Racket Users" wrote: > I was editing scribble code, and by reflex, typed meta-q to reflow the > text. I was

[racket-users] DrR: meta-q just worked!

2016-03-04 Thread 'John Clements' via Racket Users
I was editing scribble code, and by reflex, typed meta-q to reflow the text. I was somewhat astonished when it worked. Is this a recent change? I think I take DrRacket for granted way too often. Many, many thanks for an awesome IDE. John -- You received this message because you are