Re: [racket] Module docs

2011-09-17 Thread Mark Carter
- Original Message - > From: Matthew Flatt > The latest nightly build works correctly on my machine. That seems to fix things. Many thanks! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Module docs

2011-09-17 Thread Matthew Flatt
At Sun, 4 Sep 2011 08:10:51 -0600, Matthew Flatt wrote: > At Sun, 4 Sep 2011 10:30:03 +0100 (BST), Mark Carter wrote: > > 6. raco setup >err.txt > > > > err.txt seemed to highlight a number of errors multiple times: > > > > > > 1. raco setup: error running: (lib scribblings/main/search.scrb

Re: [racket] Module docs

2011-09-04 Thread Matthew Flatt
At Sun, 4 Sep 2011 10:30:03 +0100 (BST), Mark Carter wrote: > 6. raco setup >err.txt > > err.txt seemed to highlight a number of errors multiple times: > > > 1. raco setup: error running: (lib scribblings/main/search.scrbl) > 2. raco setup: error running: (lib scribblings/main/start

Re: [racket] Module docs

2011-09-04 Thread Mark Carter
>From: Matthew Flatt >Sent: Friday, 2 September 2011, 15:56 >I think the problems that you saw are now fixed in the nightly build. I did the following: 1. Deleted c:\Racket directory (where I install Racket) 2. Deleted C:\Users\mcarter\AppData\Roaming\Racket

Re: [racket] Module docs

2011-09-02 Thread Matthew Flatt
I think the problems that you saw are now fixed in the nightly build. Running `raco setup' on a refresh install still rebuilds a bit of "mysterx". That's a timestamp issue with "mxmain.dll" and the way we create the distribution, and maybe we can improve that. More importantly, `raco setup' doesn'

Re: [racket] Module docs

2011-08-30 Thread Mark Carter
- Original Message - > From: Matthew Flatt > To: Mark Carter > Cc: "users@racket-lang.org" > Sent: Tuesday, 30 August 2011, 15:07 > Subject: Re: [racket] Module docs > >T hanks for the details. I see that `raco setup' in a fresh install on > W

Re: [racket] Module docs

2011-08-30 Thread Matthew Flatt
Thanks for the details. I see that `raco setup' in a fresh install on Windows does bad things, so I'm starting with that problem. When that's fixed, I'll continue checking what happens with your files. (The `raco setup' problem happens when using an installer, as opposed to building from source, w

Re: [racket] Module docs

2011-08-28 Thread Mark Carter
Hi. I zapped everything I could see and installed Racket 5.1.3.  I also made sure I eliminated by PLTCOLLECTS environment variable, and any place that DrRacket looks in for modules. I used mklink on Win 7 to create a hard link from    C:\Users\mcarter\AppData\Roaming\Racket\5.1.3\collects\caral

Re: [racket] Module docs

2011-08-28 Thread Matthew Flatt
At Sun, 28 Aug 2011 06:30:59 -0600, Matthew Flatt wrote: > raco setup scribblings/user Sorry --- that should have been raco setup scribblings/main _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Module docs

2011-08-28 Thread Matthew Flatt
At Sun, 28 Aug 2011 10:49:33 +0100 (BST), Mark Carter wrote: > I've got things to a stage where my scribble file for my module is > actually produced: it resides in the "doc" subdir. How do I persuade > Racket to link the documentation in with the help system of DrRacket? I saw your follow-up, but

[racket] Module docs

2011-08-28 Thread Mark Carter
It seems that by trying various things at random I was able to get documentation to work. I see that there are TWO sets of documents: one in the docs directory, and another in the planet-docs directory, and maybe a cache directory, too. All a bit confusing. ___

[racket] Module docs

2011-08-28 Thread Mark Carter
I've got things to a stage where my scribble file for my module is actually produced: it resides in the "doc" subdir. How do I persuade Racket to link the documentation in with the help system of DrRacket? _ For list-related administrative tasks

Re: [racket] Module docs - still a problem

2011-04-07 Thread Noel Welsh
Try this: tar zxvf carali.tar.gz cd carali raco planet link schematics carali.plt 1 0 . raco planet create . HTH, N. On Thu, Apr 7, 2011 at 9:11 PM, Noel Welsh wrote: > On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote: >> A previous poster said that the #lang directive created an implicit mod

Re: [racket] Module docs - still a problem

2011-04-07 Thread Noel Welsh
On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote: > A previous poster said that the #lang directive created an implicit module. > However, this doesn't seem to be strictly true, as my function http-get is > automatically "provided" without explicit mention; which is not the same > behaviour as wh

[racket] Module docs - still a problem

2011-04-07 Thread Mark Carter
OK, I'm trying to generate module docs, so I run raco setup but I get raco setup: --- building documentation --- raco setup: error running: (lib carali/http.rkt) dynamic-require: name is not provided: 'doc by module: # raco setup: rendering: scribblings/main/start.scrbl Any clues on this one