Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-08 Thread Matthew Flatt
At Tue, 08 Feb 2011 10:22:47 -0600, Brian Mastenbrook wrote: > On 2/2/2011 2:50 PM, Eli Barzilay wrote: > > Version 5.0.99.900 is now available for testing from > > > >http://pre.racket-lang.org/release/installers/ > > Has anyone tried resizing the splitter between the editor and REPL in > th

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-08 Thread Brian Mastenbrook
On 2/8/2011 11:29 AM, Laurent wrote: For me it does that to when selecting text sometimes, though not as slow as what you mention. Maybe it's just that too many mouse events are sent, at too high a frequency? Because apart from that, the movement seems fluid, and not jerky. Just a thought, just

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-08 Thread Laurent
For me it does that to when selecting text sometimes, though not as slow as what you mention. Maybe it's just that too many mouse events are sent, at too high a frequency? Because apart from that, the movement seems fluid, and not jerky. Just a thought, just in case... Laurent On Tue, Feb 8, 201

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-08 Thread John Clements
On Feb 8, 2011, at 8:22 AM, Brian Mastenbrook wrote: > On 2/2/2011 2:50 PM, Eli Barzilay wrote: >> Version 5.0.99.900 is now available for testing from >> >> http://pre.racket-lang.org/release/installers/ > > Has anyone tried resizing the splitter between the editor and REPL in the > Linux/G

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-08 Thread Brian Mastenbrook
On 2/2/2011 2:50 PM, Eli Barzilay wrote: Version 5.0.99.900 is now available for testing from http://pre.racket-lang.org/release/installers/ Has anyone tried resizing the splitter between the editor and REPL in the Linux/GTK version? It's hilariously slow for me on Ubuntu Lucid (10.04) 32

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-05 Thread Ковалев Юрий
For write to registry I use "shell-execute" and "reg" utility. I forgot what the problem is to use "write-resource", but it was. "read-resource" from registry I use less frequently, but no doubt, it needed, for example, for read system information. write-resource/read-resource I use mainly for

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-04 Thread Matthew Flatt
> > 2011/2/3 Ковалев Юрий : > > > Where is 'write-resource' function? It don't work and even could not be > > > found in documentation. > > > > > > Windows version of Racket. I've implemented replacements for `get-resource' and `write-resource' that work only for the Windows registry (i.e., under

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-04 Thread Matthew Flatt
Yes, `write-resource' was dropped. This change is mentioned in the special v5.1 release notes, which we probably should have pointed to in the test request: http://pre.racket-lang.org/release/docs/html/release-notes/racket/Draw_and_GUI_5_1.txt Probably we should change the way release notes wor

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread Robby Findler
I believe that function was dropped from the 5.1 release. Robby 2011/2/3 Ковалев Юрий : > Where is 'write-resource' function? It don't work and even could not be > found in documentation. > > Windows version of Racket. > > -- > Yuriy > _ >  For list

[racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread Ковалев Юрий
Where is 'write-resource' function? It don't work and even could not be found in documentation. Windows version of Racket. -- Yuriy _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread nitralime
Is it possible to change font settings (face/size) in the log and tracing windows? On 02/03/2011 04:10 PM, Eli Barzilay wrote: *PS: *Compilation on a nokia n900 device worked out of the box! Regarding used disk space this verison (5.1.0.2) is much smaller than the pervious one (5.0)

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread Eli Barzilay
25 minutes ago, nitralime wrote: > I have tried to compile the textual version and got the following > error during "configure": > > /config.status: error: cannot find input file: plot/Makefile.in/ This is fixed and a new build will be ready in a few hours. > which I trivially worked around by

Re: [racket] Racket v5.0.99.900 is available for testing

2011-02-03 Thread nitralime
I have tried to compile the textual version and got the following error during "configure": /config.status: error: cannot find input file: plot/Makefile.in/ which I trivially worked around by "--disable-plot". It is better to set --enable-plot to false (<--> --disable-plot) by default for textu

[racket] Racket v5.0.99.900 is available for testing

2011-02-02 Thread Eli Barzilay
Version 5.0.99.900 is now available for testing from http://pre.racket-lang.org/release/installers/ (Note that this is not available from the usual download site.) If all goes well, we will turn this version into a v5.1 release within a few days. This release is significant in that the gui la