Re: [racket-dev] DrRacket Parenthesis bug

2014-09-07 Thread Robby Findler
Thanks, I've pushed a fix. Robby On Sat, Sep 6, 2014 at 5:22 PM, Kevin Forchione wrote: > Hi guys, > I’ve noticed that the named let form parenthesis behavior is different when > the name is “rec”. In that case the inner parenthesis isn’t square brackets. > For instance: > > (let rec (

[racket-dev] DrRacket Parenthesis bug

2014-09-06 Thread Kevin Forchione
Hi guys, I’ve noticed that the named let form parenthesis behavior is different when the name is “rec”. In that case the inner parenthesis isn’t square brackets. For instance: (let rec (())) instead of (let rec ([])). -Kevin _ Racket Developers list: http://