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

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

Re: emacs-w3m question


From: Andreas Politz
Subject: Re: emacs-w3m question
Date: Sat, 01 Nov 2008 14:03:25 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Xavier Maillard wrote:
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

If you don't have or use the cursor keys, why would you mind
what it's default bindings are ? That doesn't make any sense.

-ap


reply via email to

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