[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A workaround against an error on latest Emacs 24
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Wed, 06 Jul 2011 10:19:34 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11598
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?