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

Re: one-by-one mm-inline-text-html-with-w3m-keymap bindings



OK, now I am happy with both
(define-key w3m-mode-map [up] 'previous-line)
(define-key w3m-mode-map [down] 'next-line)
(define-key w3m-mode-map [left] 'backward-char)
(define-key w3m-mode-map [right] 'forward-char)

(define-key w3m-minor-mode-map [up] 'previous-line)
(define-key w3m-minor-mode-map [down] 'next-line)
(define-key w3m-minor-mode-map [left] 'backward-char)
(define-key w3m-minor-mode-map [right] 'forward-char)
in ~/.emacs-w3m. Please mention in Info that the user should bind in
both maps usually.