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

A workaround against an error on latest Emacs 24



If you use the latest Emacs 24, you'll get this error when
starting up emacs-w3m.

w3m-toolbar-define-keys: `keymap' is reserved for embedded parent maps

Currently I have no idea to fix it, but a workaround is:

(setq w3m-use-toolbar nil)

Does anyone work on it?