Re: [racket-users] Directory not accessible

2015-07-07 Thread Russ Abbott
Thanks David and Neil for your answers. My question was prompted simply by curiosity. I downloaded and installed Racket having had no previous experience with it. Simply as a way to try something I copied the code from the Home page just to see what would happen. What happened was that I got a

[racket-users] Re: scribble/lp and test modules (redux)

2015-07-07 Thread Tim Brown
Is there something wrong with this question? This issue has been bugging me for a while :-/ Tim On Thursday, July 2, 2015 at 12:24:00 PM UTC+1, Tim Brown wrote: I have the following scribble module (in /tmp/tim.rkt) #lang scribble/lp @(chunk * (module m racket (provide x)

Re: [racket-users] API design 2 -- variadic styles

2015-07-07 Thread Matthias Felleisen
I'll second-third Alexis and Stephen. But if you really want these things to run in a Scheme in addition to Racket, you may wish to emulated big-bang and universe style keywords because Schemes don't do #:loop keywords. You won't have to change surface syntax or modify the reader of a Scheme

[racket-users] Rebuild html documentation

2015-07-07 Thread Gustavo Massaccesi
I'm trying a few changes in a .scrbl file of one package and I want to rebuild the .html files to be sure that the problem is fixed. I tried: raco setup and raco setup --doc-index but the documentation don't change. What command should I run? Gustavo -- You received this message

Re: [racket-users] Re: scribble/lp and test modules (redux)

2015-07-07 Thread Matthew Flatt
Sorry --- I lost track of this one. The problem here is subtle: `scribble/lp` defines `#%module-begin`, and a `module+` (or `module* test #f`) form picks up that `#%module-begin` for the submodule body, where it isn't wanted and doesn't work. The variant #lang scribble/lp @(chunk *

[racket-users] Re: [SOLVED] Racket/gui : assign a keyboard shortcut to a button%

2015-07-07 Thread mazert
Le 10/06/2015 12:08, Laurent a écrit : Maybe you can derive a class my-list-box% from list-box% and catch the `on-subwindow-char` event: http://docs.racket-lang.org/gui/window___.html#%28meth._%28%28%28lib._mred%2Fmain..rkt%29._window~3c~25~3e%29._on-subwindow-char%29%29 and then manually

Re: [racket-users] Rebuild html documentation

2015-07-07 Thread Matthew Flatt
Running `raco setup` should have worked. Can you describe the steps that you tried in more detail (i.e., enough for me to try the same thing and see the result)? At Tue, 7 Jul 2015 20:31:16 -0300, Gustavo Massaccesi wrote: I'm trying a few changes in a .scrbl file of one package and I want to

Re: [racket-users] stops in Macros that Work Together

2015-07-07 Thread Anthony Carrico
Thanks for clearing that up Ryan Matthew :). -- Anthony Carrico -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For