help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs-w3m question


From: Xavier Maillard
Subject: Re: emacs-w3m question
Date: Thu, 30 Oct 2008 22:25:02 +0100
User-agent: Rmail in GNU Emacs 23.0.60.12 on GNU/Linux

Hi,

   Here's what i do:

   (add-hook 'w3m-mode-hook
    (lambda ()
     (define-key w3m-mode-map (kbd "<up>") 'previous-line) ; was w3m-
   previous-anchor. Use Shift+Tab.
     (define-key w3m-mode-map (kbd "<down>") 'next-line) ; was w3m-next-
   anchor. Use Tab.
     (define-key w3m-mode-map (kbd "<left>") 'backward-char) ; was w3m-
   view-previous-page. Use B.
     (define-key w3m-mode-map (kbd "<right>") 'forward-char) ; was w3m-
   view-this-url. Use Enter.
   ))

   i think it is good to make this default. More intuitive for emacs
   users.

For your information, many old computers do not have
Up/Down/Left/Right keys thus making this as a default won't work
for them. I never use these key due to my habits. Therefor I
strongly disagree with you on that point.

        Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]