Re: [racket-users] DrRacket indentation for 'send*' and other "Lambda-like Keywords"

2016-02-07 Thread Robby Findler
I don't think that there is a specific rationale, no. I agree with you that it looks better. If you wanted to add it and get stuck, let us know and we can help point you in the direction of the relevant code. Robby On Sun, Feb 7, 2016 at 1:39 PM, gfb wrote: > The documentation for 'send*' shows

[racket-users] DrRacket indentation for 'send*' and other "Lambda-like Keywords"

2016-02-07 Thread gfb
The documentation for 'send*' shows an indentation style that is not available, but that I've often wanted for some "Lambda-like Keywords", e.g. 'lambda' and 'match': (send* edit (begin-edit-sequence) (insert "Hello") (insert #\newline) (end-edit-sequence)) h