From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert D. Crawford" Newsgroups: gmane.emacs.help Subject: Re: w3m - arrow keys Date: Wed, 21 Mar 2007 16:27:06 -0500 Message-ID: <877ita8ez9.fsf@comcast.net> References: <873b3yxpt9.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174513166 3089 80.91.229.12 (21 Mar 2007 21:39:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 21:39:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 21 22:39:20 2007 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 1HU8WX-0007AS-8r for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 22:39:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU8YF-0003bu-Fm for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 16:40:59 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 21 Mar 2007 16:26:37 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:YppnlPX1zi6LDWqgrtOrxWEp+bU= Original-Lines: 18 Original-NNTP-Posting-Host: 68.52.51.66 Original-X-Trace: sv3-X1tSiIWHjMgKMi6mxoz0OOqdCVu+fz2ps4DfaGT6ni61NfjOFgzqJrfXQ8ZhZrgepmRUiYXMDrHEZlk!i5RxrPtBbxcw64nRMBPWp+iUz/z4+TYchZGCXs/391b9MOdhV+FdXf4wEy8CU55V3EmceABsFaVx!F1o= Original-X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 Original-Xref: shelby.stanford.edu gnu.emacs.help:146483 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:42087 Archived-At: Hadron writes: > Is there a way to allow the cursor keys to direct the cursor to freely > wander character by character around text in a w3m buffer as opposed to > jump between forms/links etc? (define-key w3m-mode-map [down] 'next-line) (define-key w3m-mode-map [up] 'previous-line) (define-key w3m-mode-map [right] 'forward-char) (define-key w3m-mode-map [left] backward-char) -- Robert D. Crawford rdc1x@comcast.net BOFH excuse #377: Someone hooked the twisted pair wires into the answering machine.