[racket-dev] Redex bg color

2010-08-30 Thread Everett
If I use DrRacket in "White on Black" mode, Redex's stepper window copies the background color preference but not the foreground color, so I get black on black and can't use it. Would it be easy enough to just ignore the DrRacket background preference and keep the stepper window white? (Easier tha

Re: [racket-dev] relationship between define-struct and struct

2010-08-30 Thread Matthew Flatt
I've fixed `define-struct' in *SL to omit a reference to the non-existent `struct:' binding, so `struct-out' now works with the definitions. The error message from `struct-out' is also fixed to say "binding" instead of "import". At Sat, 28 Aug 2010 16:15:26 -0600, Jay McCarthy wrote: > The st