On Tuesday, January 26, 2016 at 6:21:13 PM UTC-5, Brian Adkins wrote: > On Tuesday, January 26, 2016 at 6:15:41 PM UTC-5, Brian Adkins wrote: > > On Tuesday, January 26, 2016 at 6:03:41 PM UTC-5, Robby Findler wrote: > > > In DrRacket you can type f1 when your insertion point is on the word > > > "help". > > > > > > Robby > > > > Awesome - thanks. I'm not sure if you meant 'insertion point is on the word > > "filter" ', or not, but for fun, I hit F1 with the insertion point on > > "help" and got meta-help which showed me 18.3 Interactive Help. > > > > I then evaluated (require racket/help) in the repl, then tried evaluating > > (help filter) > > > > A web page was opened, but not the help for filter (it was 4.9 Pairs and > > Lists), and the repl had the following: > > > My bad, Dr. Racket *was* pulling up the right page (after requiring > racket/help) - 4.9 is where filter is described. So both the command-line > repl and Dr Racket repl give the same behavior after require in the latter. > > I'm not sure what the OSAX error is, but it's just noise.
The OSAX error was a red herring - I removed the Adobe Unit Types.osax file and no longer get the error, but the anchor tag on the URL isn't working from either repl. It looks like it's *trying* to send the anchor: > (require racket/help) > (help filter) Loading help index... Sending to web browser... file: /Applications/Racket v6.3/doc/reference/pairs.html anchor: (def._((lib._racket/private/list..rkt)._filter)) but the URL ends up as: file:///Applications/Racket%20v6.3/doc/reference/pairs.html instead of: file:///Applications/Racket%20v6.3/doc/reference/pairs.html#%28def._%28%28lib._racket%2Fprivate%2Flist..rkt%29._filter%29%29 -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

