Re: [racket] Scribble Planet problem

2012-10-03 Thread Erich Rast
Seems I have a certain talent of stumbling over Heisenbugs. :) I've applied your patches and will finalize the package soon. Thanks a lot, Danny! Best, Erich On Tue, 2 Oct 2012 15:38:10 -0600 Danny Yoo wrote: > Error traced. No scribble document should break the search index, but > for some

Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
On Tue, Oct 2, 2012 at 1:55 PM, Erich Rast wrote: > >> Odd! Hmmm... Are your sources anywhere where we can check it out to >> try it ourselves? > > I've uploaded them temporarily to launchpad: > > https://code.launchpad.net/~erich-snafu/+junk/fileutils > Error traced. No scribble document shou

Re: [racket] Scribble Planet problem

2012-10-02 Thread Erich Rast
> Odd! Hmmm... Are your sources anywhere where we can check it out to > try it ourselves? I've uploaded them temporarily to launchpad: https://code.launchpad.net/~erich-snafu/+junk/fileutils Thanks a lot for your help. Best, Erich Racket Users list: http://lists.ra

Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
> The import statement shows up correctly now, but I still get a > corrupted search function in the Racket documentation when the package > is installed. Odd! Hmmm... Are your sources anywhere where we can check it out to try it ourselves? Github is my repository of choice. Let's see if any one

Re: [racket] Scribble Planet problem

2012-10-02 Thread Erich Rast
Thanks Danny! The import statement shows up correctly now, but I still get a corrupted search function in the Racket documentation when the package is installed. I've overlooked an error during package installation earlier, here it is: make-script: unexpected value rendered: '((font ((class "badl

Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
> #lang scribble/manual > @(require > (for-label racket >"file-utils.rkt")) > > @defmodule[(planet erast/file-utils)] When I'm documenting PLaneT packages, I find I need to use defmodule/this-package to make things work out right. See: http://planet.racket-lang.org/pack