Re: [racket] planet question

2013-03-01 Thread Jos Koot
Hi Robby, Thanks very much. Meanwhile I was able to upload my planet-fmt with scribble docs using my current-directory trick. Hi Matthew, Thanks for your inspiring talk: "Scribble: Closing the Book on Ad Hoc Documentation Tools" which starts with wishing princesses. It helped me a lot. T

Re: [racket] File name case when saving in Win 7

2013-03-01 Thread Danny Yoo
> > It's likely that DrRacket is normalizing the file paths based on the > case sensitivity (or insensitivity), using normal-case-path: > > > http://docs.racket-lang.org/reference/Manipulating_Paths.html#%28def._%28%28lib._racket%2Fprivate%2Fmisc..rkt%29._normal-case-path%29%29 > > > I haven't

Re: [racket] File name case when saving in Win 7

2013-03-01 Thread Danny Yoo
On Fri, Mar 1, 2013 at 10:18 PM, Jordan Johnson wrote: > Just realized I should clarify something about the following: > > On Feb 25, 2013, at 5:51 PM, Jordan Johnson wrote: >> I have noticed that in Windows, DrRacket seems to be normalizing all file >> names to lowercase when I save. Is it poss

Re: [racket] File name case when saving in Win 7

2013-03-01 Thread Jordan Johnson
Just realized I should clarify something about the following: On Feb 25, 2013, at 5:51 PM, Jordan Johnson wrote: > I have noticed that in Windows, DrRacket seems to be normalizing all file > names to lowercase when I save. Is it possible to alter this behavior? (I.e. > is there some preference

Re: [racket] planet question

2013-03-01 Thread Robby Findler
Turns out this was actually a bug. Sorry about that. I've pushed a fix. Robby On Friday, March 1, 2013, Jos Koot wrote: > ** > Great, Thanks > Jos > > -- > *From:* Robby Findler [mailto:ro...@eecs.northwestern.edu 'cvml', 'ro...@eecs.northwestern.edu');>] > > *Sent:*

Re: [racket] planet question

2013-03-01 Thread Jos Koot
Great, Thanks Jos _ From: Robby Findler [mailto:ro...@eecs.northwestern.edu] Sent: viernes, 01 de marzo de 2013 20:30 To: Jos Koot Cc: Racket mailing list Subject: Re: [racket] planet question Looking at the code, it appears that make-planet-archive is sensitive to the current director

Re: [racket] planet question

2013-03-01 Thread Robby Findler
Looking at the code, it appears that make-planet-archive is sensitive to the current directory. I'll try to sort out how and update the docs. Robby On Fri, Mar 1, 2013 at 1:04 PM, Jos Koot wrote: > ** > Found a solution: > > (parameterize ((current-directory "example")) > (make-planet-archive

Re: [racket] planet question

2013-03-01 Thread Jos Koot
Found a solution: (parameterize ((current-directory "example")) (make-planet-archive "../example") Weird though that make-planet-archive does not look in the specified directory. It seems to look in the current directory. The plt-file is stored in directory "example". In this directory two oth

Re: [racket] planet question

2013-03-01 Thread Jos Koot
Thanks for attention to my question. I tried your advice and some variations on this theme, but without luck. Jos _ From: Robby Findler [mailto:ro...@eecs.northwestern.edu] Sent: viernes, 01 de marzo de 2013 14:05 To: Jos Koot Cc: Racket mailing list Subject: Re: [racket] planet question

Re: [racket] planet question

2013-03-01 Thread Robby Findler
I think you need your info.rkt file to be in the top-level directory (and then use a relative path to point to your scribble files). Robby On Fri, Mar 1, 2013 at 2:53 AM, Jos Koot wrote: > ** > I finally made scribble doc for my planet-fmt package. However, when > trying to build the package

[racket] planet question

2013-03-01 Thread Jos Koot
I finally made scribble doc for my planet-fmt package. However, when trying to build the package I receive a warning like: Welcome to DrRacket, version 5.3.3.3--2013-02-18(1c2432e/a) [3m]. Language: racket [custom]; memory limit: 2000 MB. (# # #) MzTarring .\... WARNING: Package has no info.rkt