On 11-Feb-09, at 3:22 AM, Adrien Piérard wrote:
Nah, this script has to use a Scheme variable (or an environment variable) to select the browser or the command to run. Setting it to firefox may just be the right default value, and others will call w3m or whatever as they want it. Deciding what to run at compile time of gambit is useless work.
Yes there will be a parameter, but what I was talking about is a configure option, i.e. --enable-doc-browser=firefox, so that a default documentation browser can be selected when Gambit is built.
Also, looking at slime may be nice, the hyperspec integrates quite well (should it be or not installed locally). Can the wiki be fetched dumped on a parsable format on a local machine (say, HTML)?
What do you mean? A simple GET (with curl or Gambit) will get you the HTML of a page.
Marc