>>>> "Sjoerd" == Sjoerd Mullender
<sjoerd(a)acm.org> writes:
Sjoerd> (mh-funcall-if-exists toolbar-make-button-list ...)
That's unfriendly to the (XEmacs Packages) maintainer! ;-)
Sjoerd> which will call the function toolbar-make-button-list if
Sjoerd> it exists and nil otherwise. Somehow, when the file was
Sjoerd> byte-compiled, the function toolbar-make-button-list did
Sjoerd> not exist, so all icon variables ended up as nil. This
Sjoerd> caused the toolbar initialization and hence the mode
Sjoerd> initialization to fail.
Sjoerd> Recompiling the file solved the problem.
Thank you very much for the analysis!
I think just adding `(require 'toolbar)' to the eval-and-compile at
the top of mh-xemacs-icons.el should do the job, and the needed
function is in 21.1, 21.4, and 21.5. Norbert, I should get you a patch
shortly.
--
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.