[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: one-by-one mm-inline-text-html-with-w3m-keymap bindings
- From: David Hansen <david.hansen@xxxxxxx>
- Date: Thu, 22 May 2008 01:02:58 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 10151
- References: <87skwdyv2h.fsf@xxxxxxxxxxxxxxx> <87skwbz3td.fsf@xxxxxxxxxxx>
On Thu, 22 May 2008 06:32:14 +0800 jidanni@xxxxxxxxxxx wrote:
> NA> OK. I've made a mistake. Please edit w3m-minor-mode-command-alist
> NA> instead of w3m-minor-mode-map.
> No, as that would probably disable
> <tab> runs the command w3m-next-anchor
> which I still want. So maybe document both methods...
Just a little note: maybe what you really want is (at least that made me
happy):
(setq w3m-key-binding 'info) ; Set *before* loading w3m or customize it.
David