[racket-dev] JFYI: stderr noise while running drracket on Fedora Core 9

2011-01-02 Thread John Clements
While running drracket on Fedora Core 9, I got a bunch of stderr messages from Gdk: cleme...@vogon:~/.racket/5.0.99.6 $ Gdk: gdk_window_thaw_updates: assertion `private->update_freeze_count > 0' faile Gdk: gdk_window_thaw_updates: assertion `private->update_freeze_count > 0' faile Gdk: gdk_wind

Re: [racket-dev] up-to-date libgtk for drracket on debian stable?

2011-01-02 Thread Matthew Flatt
At Sat, 1 Jan 2011 10:56:18 -0500, Philippe Meunier wrote: > I had to change a bunch of files in collects/racket/draw/unsafe to get > it to work (see the attached diff). For reference, on OpenBSD the > library versions are currently as follows: The main change seems to be dropping the "0" version

Re: [racket-dev] [plt] Push #21875: master branch updated

2011-01-02 Thread Robby Findler
How about (get-preference '|GRacket:defaultMenuPrefix| (lambda () (get-preference '|MrEd:defaultMenuPrefix| (lambda () 'ctl ? Robby On Sun, Jan 2, 2011 at 4:45 PM, wrote: > clements has updated `master' from dbd8faee1b to 47e3db06ff. >  http://git.racket-lang.org/plt/dbd8faee1b..47e3db0

Re: [racket-dev] [plt] Push #21875: master branch updated

2011-01-02 Thread John Clements
On Jan 2, 2011, at 2:45 PM, cleme...@racket-lang.org wrote: > clements has updated `master' from dbd8faee1b to 47e3db06ff. > http://git.racket-lang.org/plt/dbd8faee1b..47e3db06ff > > =[ 1 Commits ]== > > Directory summary: > 100.0% collec

[racket-dev] replacement for #:namespace arg in dispatch/servlet

2011-01-02 Thread John Clements
I'm trying to use the 'handin-server' code, which depends on a now-defunct #:namespace argument to dispatch/servlet. Your change eliminating this argument (commit c7995e247e8300) was in response to Shriram's PR about port number assignments, but that doesn't help me to figure out why that argum