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

Re: Suggest improve tool-bar



>>>>> In [emacs-w3m : No.09096] Leo wrote:

> Now it compiles but running it throws:

> ,----
>| Debugger entered--Lisp error: (void-variable w3m-icon-directory)
>|   w3m-find-image("antenna-up")

Oops.  Please put the following line temporarily in your ~/.emacs
(not ~/.emacs-w3m.el) file.

(setq w3m-icon-directory "VALUE")
;; Where VALUE is the full name of the directory in which your
;; emacs-w3m icon files have been installed.

or

(setq w3m-use-toolbar t)

This is a modules dependency problem.  I will fix it when I
implement this feature (maybe I will move the definition of
`w3m-use-toolba' to w3m.el).

Regards,