When I introduced the module loading system, I expected that something like the Emacs load-path would be
implemented eventually. The one thing that I haven't looked into is how to easily check if a chrome URL
is present. Maybe the solution is just to try loading from each successive path, and look at the
exception generated to see if it is due to the file not being present.
|