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

2011-09-01 Thread Eli Barzilay
8 hours ago, Sam Tobin-Hochstadt wrote: > On Wed, Aug 31, 2011 at 1:51 PM, Eli Barzilay wrote: > > An hour ago, sa...@racket-lang.org wrote: > >> +Modified to use `syntax-parse' and multiple macros by Sam > >> +Tobin-Hochstadt, 2011. > > > > AFAICT, you're not using anything that `synatx-rules' ca

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/11 20:11, Eli Barzilay wrote: > 6 hours ago, Sam Tobin-Hochstadt wrote: >> The other three applications (Pidgin, Epiphany, Gedit) all >> follow the behavior described in the HIG: there is only a Close >> menu entry (no Close Tab), it closes th

[racket-dev] list-box% not properly sized

2011-09-01 Thread Marijn
Hi list, list-box%es are not properly sized; the following code: #lang racket/gui (define root (new frame% (label "choice widgets"))) (define list-box (new list-box% (parent root) (label "List-box: ") (style '(multiple)) (choices '("1" "b" "C3" "44" "five" "6" "seven" "OO" (send root sho

[racket-dev] editor-canvas% not visually distinguished

2011-09-01 Thread Marijn
Hi list, on GTK, editor-canvas%es are not visually distinguished, like text-field%s are, to indicate that it is possible to enter text; the following code: #lang racket/gui (define root (new frame% (label "test"))) (new text-field% (parent root) (label "Input: ")) (define text (new text%))

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread Tony Garnock-Jones
> Is that expected? It looks like the OS is preventing > not-full-fledged-app-things from opening windows and handling input. > This is OS 10.6,8. It probably needs to run from inside the .app folder. OS X uses the full path to the binary to figure out the name to use to dispatch events, or someth

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

2011-09-01 Thread Sam Tobin-Hochstadt
On Thu, Sep 1, 2011 at 3:13 AM, Eli Barzilay wrote: > 8 hours ago, Sam Tobin-Hochstadt wrote: >> On Wed, Aug 31, 2011 at 1:51 PM, Eli Barzilay wrote: >> > An hour ago, sa...@racket-lang.org wrote: >> >> +Modified to use `syntax-parse' and multiple macros by Sam >> >> +Tobin-Hochstadt, 2011. >> >

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread Matthew Flatt
At Wed, 31 Aug 2011 23:00:25 -0700, John Clements wrote: > > On Aug 31, 2011, at 5:08 PM, Robby Findler wrote: > > > I've been seeing for some time now a deadlock in online check syntax. > > That is, after a while it just gets stuck and fails to complete the > > online check syntax. Typically wha

Re: [racket-dev] editor-canvas% not visually distinguished

2011-09-01 Thread Matthew Flatt
The intent is that the 'control-border style for `editor-canvas%' gives it a border like a control. The default mode is suitable for an editor that fills a window. Canvas border styles didn't work on Gtk when the canvas has a scroll bar, though, so I've pushed a repair for that bug. At Thu, 01 Se

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread Matthias Felleisen
[[ FWIW, I have been running drracket like this for a couple of weeks and have had no problem. Mac OS X 10.6.8 ]] On Sep 1, 2011, at 8:34 AM, Matthew Flatt wrote: > At Wed, 31 Aug 2011 23:00:25 -0700, John Clements wrote: >> >> On Aug 31, 2011, at 5:08 PM, Robby Findler wrote: >> >>> I've b

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Robby Findler
On Wed, Aug 31, 2011 at 3:30 AM, Marijn wrote: >> I like the idea of adding shift, but I've changed things so that >> instead of the w shortcut going away, the close menu item becomes >> -shift-w (so the shifting behavior is still there and we >> are complying with the guidelines in the no-tabs ca

[racket-dev] creating executables

2011-09-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, when creating executables from racket, when I choose (the defaults) standalone based on racket, it will say "creating executable for distribution". I did not choose for distribution, so that is wrong.The created executable fails to run like t

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Matthew Flatt
At Thu, 1 Sep 2011 09:14:47 -0500, Robby Findler wrote: > On Wed, Aug 31, 2011 at 3:30 AM, Marijn wrote: > >> I like the idea of adding shift, but I've changed things so that > >> instead of the w shortcut going away, the close menu item becomes > >> -shift-w (so the shifting behavior is still the

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/11 16:14, Robby Findler wrote: > On Wed, Aug 31, 2011 at 3:30 AM, Marijn wrote: >>> I like the idea of adding shift, but I've changed things so >>> that instead of the w shortcut going away, the close menu item >>> becomes -shift-w (so the sh

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/11 16:29, Matthew Flatt wrote: > At Thu, 1 Sep 2011 09:14:47 -0500, Robby Findler wrote: >> On Wed, Aug 31, 2011 at 3:30 AM, Marijn >> wrote: I like the idea of adding shift, but I've changed things so that instead of the w shortcut

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Robby Findler
On Thu, Sep 1, 2011 at 9:41 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/01/11 16:29, Matthew Flatt wrote: >> At Thu, 1 Sep 2011 09:14:47 -0500, Robby Findler wrote: >>> On Wed, Aug 31, 2011 at 3:30 AM, Marijn >>> wrote: > I like the idea of adding shift, but

Re: [racket-dev] creating executables

2011-09-01 Thread Vincent St-Amour
I had a similar problem on Linux x86. Matthew just pushed a fix, and now everything works for me. Haven't tried on amd64, though. Vincent At Thu, 01 Sep 2011 16:24:02 +0200, Marijn wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi list, > > when creating executables from racke

Re: [racket-dev] drRacket Close/Close tab

2011-09-01 Thread Robby Findler
Okay, thanks everyone for the comments. Generally speaking, I dread keybinding-based discussions because it is impossible to make everyone happy (and usually only the unhappy people speak up :). Still, I think you folks are right that changes need to happen. I've looked over various apps and the g

[racket-dev] image snips and pretty-print (#lang htdp/bsl and snips)

2011-09-01 Thread Danny Yoo
How are image snips and pretty-print supposed to interact? I've isolated the bug that's been preventing image snips from printing in something like: ;; #lang htdp/bsl (require 2htdp/image) (circle 20 'solid 'green) ;; >From what I

Re: [racket-dev] image snips and pretty-print (#lang htdp/bsl and snips)

2011-09-01 Thread Robby Findler
Maybe something like this is what you want (but I always get lost in the multitude of handlers so this might not be quite the right place to put this code). diff --git a/collects/htdp/bsl/runtime.rkt b/collects/htdp/bsl/runtime.rkt index d612aad..2865445 100644 --- a/collects/htdp/bsl/runtime.rkt

Re: [racket-dev] image snips and pretty-print (#lang htdp/bsl and snips)

2011-09-01 Thread Danny Yoo
On Thu, Sep 1, 2011 at 5:13 PM, Robby Findler wrote: > Maybe something like this is what you want (but I always get lost in > the multitude of handlers so this might not be quite the right place > to put this code). [diff cut] Yes, this works for me as well. _

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread John Clements
On Sep 1, 2011, at 5:34 AM, Matthew Flatt wrote: > At Wed, 31 Aug 2011 23:00:25 -0700, John Clements wrote: >> This doesn't work at all for me on the Mac, and highlights a problem that >> I've >> had at other times with racket & GUI frames: none of the keyboard input goes >> to the window. >>