[plt-dev] searching for bitmap% via f1 on mac os x

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Feb 28 06:52:18 EST 2009

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


Posted on the dev mailing list.