Re: [racket] VIM

2014-02-01 Thread Matthew Flatt
At Sun, 2 Feb 2014 01:55:19 -0200, Eduardo Costa wrote: > It seems that Vim configure does not accept Racket v5.93 out of the box. After using `--enable-libs` to build Racket, as in my earlier report, http://lists.racket-lang.org/users/archive/2014-January/061195.html I think the remaining prob

[racket] VIM

2014-02-01 Thread Eduardo Costa
It seems that Vim configure does not accept Racket v5.93 out of the box. It would be nice if somebody could tell Vim users how to build a VIM friendly Racket installation. Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Adding "undo" and "redo" to racket/gui menu item

2014-02-01 Thread Matthew Flatt
You'll need to enable history saving to support undo with something like (send t set-max-undo-history 512) At Sat, 1 Feb 2014 15:15:02 -0800, Harry Spier wrote: > The following code from the racket/gui documentation gives me an "edit" > menu with "copy', "cut","paste","select all","delete" wor

[racket] Adding "undo" and "redo" to racket/gui menu item

2014-02-01 Thread Harry Spier
The following code from the racket/gui documentation gives me an "edit" menu with "copy', "cut","paste","select all","delete" working but "redo" and "undo" don't appear to be working. Do I have to add code to get "undo", "redo" to work in the "edit" menu. If so what code do I need to add? Thank

Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
On Sat, 1 Feb 2014 09:52:45 -0700 Matthew Flatt wrote: > Since you found "schminc.h" (which is referenced at the end of > "racket/src/README"), did you follow the steps described at the top of > that file? > I think I did. I tried the procedure of setting USE_COMPILED_STARTUP to 0 aso. > In an

Re: [racket] Racket v5.93

2014-02-01 Thread Matthew Flatt
Since you found "schminc.h" (which is referenced at the end of "racket/src/README"), did you follow the steps described at the top of that file? In any case, instead of adding 6 new functions[*], I suggest adding an optional symbol argument to `file-exists?`. For example, (file-exists? p 'regula

Re: [racket] Realm of Racket in Barnes and Noble

2014-02-01 Thread Matthias Felleisen
Now we need 10 more books on Racket there :-) On Jan 31, 2014, at 7:43 PM, Harry Spier wrote: > I just came back from Barnes and Noble and Real of Racket is now in their > Computer books section. > > Harry Spier > > Racket Users list: > http://lists.racket-lang.org/use

Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
Hi Robby, Sorry, forgot to post to the list in my previous mail. On Sat, 1 Feb 2014 06:55:55 -0600 Robby Findler wrote: > Hi Manfred: our plans for 6.0 would not be so ambitious as to include > functions like that. But for releases after that, it is certainly > possible. > > It will likely be f

Re: [racket] Racket v5.93

2014-02-01 Thread Robby Findler
Hi Manfred: our plans for 6.0 would not be so ambitious as to include functions like that. But for releases after that, it is certainly possible. It will likely be faster if someone were to contribute an implementation, naturally. Robby On Sat, Feb 1, 2014 at 5:11 AM, Manfred Lotz wrote: > Hi

Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
Hi Ryan, I have even more wishes for the upcoming 6.0. On Fri, 31 Jan 2014 18:40:43 -0500 Ryan Culpepper wrote: > Racket v5.93 is now available from > >http://racket-lang.org/ > Some time ago I mentioned the file functions (like file-exists?, ...) are incomplete not dealing with what does