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

2014-01-15 Thread Matthew Flatt
At Wed, 15 Jan 2014 13:21:50 -0500, Vincent St-Amour wrote: > At Wed, 15 Jan 2014 12:31:29 -0500, > mfl...@racket-lang.org wrote: > > +@history[#:added "6.0.0.1"] > > IIUC, x.y.z.w versions are not usually user-visible (at least, they > don't correspond to any released version). Do we want to expo

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

2014-01-15 Thread Sam Tobin-Hochstadt
On Wed, Jan 15, 2014 at 12:31 PM, wrote: > > +Constructs a function that is suitable for use as a > +@racket[#%module-begin] replacement, particularly to replace the > +facet of @racket[#%module-begin] that wraps each top-level > +expression to print the expression's result(s). Should Typed Rack

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

2014-01-15 Thread Vincent St-Amour
At Wed, 15 Jan 2014 12:31:29 -0500, mfl...@racket-lang.org wrote: > +@history[#:added "6.0.0.1"] IIUC, x.y.z.w versions are not usually user-visible (at least, they don't correspond to any released version). Do we want to expose them in the docs? Vincent _ Racket Develop

Re: [racket-dev] okay to call init-auto-scrollbars multiple times on a canvas%?

2014-01-15 Thread Matthew Flatt
Yes, it's ok to call that method multiple times. At Tue, 14 Jan 2014 10:44:39 -0800, John Clements wrote: > I’m implementing (not-horribly-clunky) zooming for sound waves in rsound, and > I like the auto-scrollbars mechanism. One question is what should happen > when > the user zooms in. I’d l