[plt-scheme] determining requires
At Sat, 19 Mar 2005 09:15:14 -0600, Corey Sweeney wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Given a particular help page, like for example:
>
> drscheme:unit:open-drscheme-window in DrScheme Tools Functions
>
> is there a specific way that one can determine the require statement
> you should use?
There is not (altho there used to be; I'll look into bringing it back).
In this particular, case, however, you cannot get to that binding via
`require'. It is only available to drscheme tools.
You can find more information on how to make one of those by reading
the beginning of that manual.
Robby