Rebecca Ore <ore(a)op.net> writes:
have I put the icons in the wrong directory? I tried them first in
packages/etc, they're now in the regular
/usr/local/lib/xemacs-21.0/etc directory. All I've done is added the
line to the .emacs file.
The icons should be in ...packages/etc/toolbar-fancy
You should install the package by going to the appropriate package
patch (like 'cd ../lib/xemacs/site-packages') and then untar the
*-pkg.tar.gz file the . This should then give you
../lib/xemacs/site-packages/lisp/toolbar-fancy/*.el
../lib/xemacs/site-packages/etc/toolbar-fancy/*.xpm
They need to be in a dir named 'toolbar-fancy' because the code uses
locate-data-directory and not locate-data-file for each file.
Do I have to choose the individual icon for each place in the
toolbar?
No. The toolbar is changed as a whole.
Jan