[racket-dev] application:current-app-name not appearing in Help menu

2011-12-27 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the docs for application:current-app-name say that it is used in the Help menu, but that doesn't seem to work for the following program: #lang racket/gui (require framework) (application:current-app-name "Land Usage Calculator") (define root-

[racket-dev] frame:editor-mixin not happy with a text%

2011-12-27 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, according to the docs a frame:editor-mixin requires an editor% argument that is an editor%[1], but it really wants its argument to be a editor:basic-mixin. #lang racket/gui (require framework) (application:current-app-name "Land Usage Calculat

Re: [racket-dev] frame:editor-mixin not happy with a text%

2011-12-27 Thread Robby Findler
Thanks. I've fixed this in git. Robby On Tue, Dec 27, 2011 at 4:20 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > according to the docs a frame:editor-mixin requires an editor% > argument that is an editor%[1], but it really wants its argument to be > a editor:ba

[racket-dev] .1 evaluates to 0.0 [was Re: plot doesn't plot (inexact->exact: no exact representation for +nan.0)]

2011-12-27 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-12-11 16:23, Matthew Flatt wrote: > At Wed, 14 Dec 2011 16:49:23 +0100, Marijn wrote: >> #lang racket (* .1 pi) >> >> produces 0.0 reliably in a freshly started drracket even when >> rerunning it, but: >> >> $ racket -e '(* .1 pi)' 0.314159265