From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m question Date: Thu, 30 Oct 2008 22:25:02 +0100 Organization: GNU's Not UNIX! Message-ID: <200810302125.m9ULP2AB006684@zogzog.maillard.mobi> References: <87vdvdu4mp.fsf@literaturlatenight.de> <74160b46-e541-436a-a776-c8bd53d6cd55@o4g2000pra.googlegroups.com> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225402338 8825 80.91.229.12 (30 Oct 2008 21:32:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2008 21:32:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 22:33:17 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kvf8m-0004Ny-Bw for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2008 22:33:16 +0100 Original-Received: from localhost ([127.0.0.1]:54660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvf7g-0000Nt-0f for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2008 17:32:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvf7N-0000Nk-Bg for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:31:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvf7M-0000Mf-0h for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:31:49 -0400 Original-Received: from [199.232.76.173] (port=34931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvf7L-0000Ma-Pv for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:31:47 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]:43817) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvf7L-0007IV-TB for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:31:48 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 62F31F6119; Thu, 30 Oct 2008 22:27:44 +0100 (CET) Original-Received: from zogzog.maillard.mobi (IDENT:1000@localhost [127.0.0.1]) by zogzog.maillard.mobi (8.14.2/8.13.8) with ESMTP id m9ULP2mV006685; Thu, 30 Oct 2008 22:25:02 +0100 Original-Received: (from xma@localhost) by zogzog.maillard.mobi (8.14.2/8.13.8/Submit) id m9ULP2AB006684; Thu, 30 Oct 2008 22:25:02 +0100 In-reply-to: <74160b46-e541-436a-a776-c8bd53d6cd55@o4g2000pra.googlegroups.com> (message from Xah on Tue, 28 Oct 2008 11:40:56 -0700 (PDT)) User-Agent: Rmail in GNU Emacs 23.0.60.12 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.351, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.05, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59269 Archived-At: Hi, Here's what i do: (add-hook 'w3m-mode-hook (lambda () (define-key w3m-mode-map (kbd "") 'previous-line) ; was w3m- previous-anchor. Use Shift+Tab. (define-key w3m-mode-map (kbd "") 'next-line) ; was w3m-next- anchor. Use Tab. (define-key w3m-mode-map (kbd "") 'backward-char) ; was w3m- view-previous-page. Use B. (define-key w3m-mode-map (kbd "") '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