Re: [racket-users] Racket v6.3

2015-11-27 Thread Robby Findler
Those are menu items that DrRacket updates via a callback that happens when you click on the menubar, something that has been problematic in the past. I could change DrRacket to avoid doing the update at that time, if that's necessary. The "open recent" submenu in the "file" menu also does stuff

Re: [racket-users] Racket v6.3

2015-11-27 Thread Robby Findler
Yeah, that's the same issue. DrRacket tries to update that menu in the time after you click on the menubar, before the menus are displayed. It then also follows up with a callback later to do it again since that first attempt can fail. This is something that probably requires a different strategy

Re: [racket-users] Racket v6.3

2015-11-27 Thread John Berry
Under OS X Yosemite I get some odd behavior with the menus. My view menu has missing items, and the windows menu does nothing at all. See picture below: ​ On Tue, Nov 24, 2015 at 6:34 AM, Ryan Culpepper wrote: > Racket version 6.3 is now available from > >

[racket-users] Racket v6.3

2015-11-23 Thread Ryan Culpepper
Racket version 6.3 is now available from http://racket-lang.org/ - Racket's macro expander uses a new representation of binding called "set of scopes". The new binding model provides a simpler explanation of how macros preserve binding, especially across module boundaries and in