[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wl-icon-directory



 Thanks again David -- I am now running the git version from

https://github.com/wanderlust/wanderlust

and it seems to be working! My only issue right now is I can't get my icons to load. I have the following in my .emacs:
-----
(add-to-list 'load-path "~/src/wanderlust-git/wl")
(add-to-list 'load-path "~/src/wanderlust-git/elmo")
(add-to-list 'load-path "~/src/wanderlust-git/utils")
------

and this in my wl-init:
----
(setq wl-icon-directory "~/src/wanderlust/wl/etc/icons")
-----

C-h v wl-icon-directory tells me the variable _is_ getting set. But I still get this in *Messages*:
----
Loading /home/matt/.emacs.d/wl/wl-send-html-message.el (source)...done
You have to specify the value of `wl-icon-directory'
-----

Anyone have an idea what the issue might be?  thanks again,
Matt