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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo