[plt-dev] searching for bitmap% via f1 on mac os x
When I searched for bitmap% by putting my mouse on the word and
hitting f1 in drscheme, I got this:
browser-run: process execute failed: (#<path:/usr/bin/osascript> "-e"
"open location \"file:///Users/robby/Library/PLT%20Scheme/4.1.4.3/doc/search/index.html?q=bitmap%25\"")
My shell reports
Unmatched ".
when I just try those arguments. When I try this commandline it works great:
osascript -e 'open location
"file:///Users/robby/Library/PLT%20Scheme/4.1.4.3/doc/search/index.html?q=bitmap%25"'
Robby