>>>> "Glynn" == Glynn Clements
<glynn.clements(a)virgin.net> writes:
Glynn> I tried updating the packages via CVS, but that didn't
Glynn> help.
By which you mean something like
cd $PKGSRCTREE
cvs update
STAGING=$INSTALLEDPKGS make install
I guess?
Have you tried updating by M-x list-packages (or is there a firewall
issue)?
You don't have any shadows for those libraries, right? In your usual
environment, do M-x find-lib RET your-fave-but-now-busted-mode RET,
then C-x C-f auto-autoloads.el RET (to get the right a-a.el, I hope).
Does it contain something like this:
(add-to-list 'auto-mode-alist '("\\.css$" . css-mode))
(or perhaps something more complicated, depending on autoloaded
variable definitions, see apache-mode.el for an example)?
Check the compiled .elc to see if it has them. (Simple ones as above
will come through "in clear", complicated ones actually get compiled,
but will have a symbol vector containing both `add-to-list' and
`auto-mode-alist' in arbitrary positions.)
--
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.