>>>> "Joel" == Joel Stanley
<jstanley(a)cs.uiuc.edu> writes:
Joel> yields errors w.r.t. a file or package called w3-site-init,
Joel> which apparently doesn't exist on my system. I've installed
Joel> the sumo package tarball, so I'm not exactly sure why it
Joel> isn't being found. Any help is greatly appreciated.
Because it doesn't exist. That's why it's called w3-SITE-init.el;
it's for your (sysadmin's) use. If you don't create it, it won't be
there. Here's how it's called in the current XEmacs package:
(condition-case ()
(require 'w3-site-init)
(error nil)))
Ie, it's required, but the error should be caught and ignored.
Are you sure you have no other versions of w3 installed?
Try "M-x find-library RET w3 RET C-s site-init" and see what you find
there. Do use find-library because it finds the same library that is
found by require, if you do have multiple libraries installed.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.