More information:

First, in case it wasn't clear before, this isn't DrR specific. It's
the string i.e. search variant of racket/help, which DrR uses.
e.g. with XREPL just say ,doc "foo" and you have same thing.

The page /Users/greg/Library/Racket/5.92/doc/search/index.html?q=foo
wants the following css files:

    <link title="default" href="../scribble.css" type="text/css"
rel="stylesheet"></link>
    <link title="default" href="../racket.css" type="text/css"
rel="stylesheet"></link>
    <link title="default" href="../manual-style.css" type="text/css"
rel="stylesheet"></link>
    <link title="default" href="../manual-racket.css" type="text/css"
rel="stylesheet"></link>
    <link title="default" href="../doc-site.css" type="text/css"
rel="stylesheet"></link>

But none are present.

Comparing 5.3.5:

    $ ls /Applications/Racket_v5.3.5/doc/*.css
    /Applications/Racket_v5.3.5/doc/racket.css
    /Applications/Racket_v5.3.5/doc/scribble-style.css
    /Applications/Racket_v5.3.5/doc/scribble.css

    $ ls /Users/greg/Library/Racket/5.3.5/doc/*.css
    /Users/greg/Library/Racket/5.3.5/doc/scribble-style.css
    /Users/greg/Library/Racket/5.3.5/doc/scribble.css

to 5.92:

    $ ls /Applications/Racket_v5.92/doc/*.css
    /Applications/Racket_v5.92/doc/doc-site.css
    /Applications/Racket_v5.92/doc/manual-fonts.css
    /Applications/Racket_v5.92/doc/manual-racket.css
    /Applications/Racket_v5.92/doc/manual-style.css
    /Applications/Racket_v5.92/doc/racket.css
    /Applications/Racket_v5.92/doc/scribble-style.css
    /Applications/Racket_v5.92/doc/scribble.css

    $ ls /Users/greg/Library/Racket/5.92/doc/*.css
    <none>  # Need some/all of the above here, too?

Although I'm probably over-explaining this I hope it's helpful.
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to