From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m question Date: Sat, 01 Nov 2008 14:03:25 +0100 Organization: FH-Trier Message-ID: <1225544676.826012@arno.fh-trier.de> References: <87vdvdu4mp.fsf@literaturlatenight.de> <74160b46-e541-436a-a776-c8bd53d6cd55@o4g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225547148 29808 80.91.229.12 (1 Nov 2008 13:45:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2008 13:45:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 14:46:50 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 1KwGoT-0006pA-OJ for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 14:46:50 +0100 Original-Received: from localhost ([127.0.0.1]:59991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwGnN-0007oT-2U for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 09:45:41 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news.germany.com!news.belwue.de!news.uni-kl.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 143-93-54-11.arno.fh-trier.de Original-X-Trace: news.uni-kl.de 1225544706 6116 143.93.54.11 (1 Nov 2008 13:05:06 GMT) Original-X-Complaints-To: usenet@news.uni-kl.de Original-NNTP-Posting-Date: Sat, 1 Nov 2008 13:05:06 +0000 (UTC) User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) In-Reply-To: Cache-Post-Path: arno.fh-trier.de!unknown@dslb-088-069-055-165.pools.arcor-ip.net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Xref: news.stanford.edu gnu.emacs.help:163986 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:59330 Archived-At: Xavier Maillard wrote: > 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 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