From: Hadron <hadronquark@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: w3m - arrow keys
Date: Wed, 21 Mar 2007 23:24:37 +0100 [thread overview]
Message-ID: <87ps72w7yy.fsf@gmail.com> (raw)
In-Reply-To: 877ita8ez9.fsf@comcast.net
"Robert D. Crawford" <rdc1x@comcast.net> writes:
> Hadron <hadronquark@gmail.com> 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)
heh, I figured it might come to that. I guess I was hoping for a key
"release" toggle or something.
thanks.
next prev parent reply other threads:[~2007-03-21 22:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-21 21:13 w3m - arrow keys Hadron
2007-03-21 21:27 ` Robert D. Crawford
2007-03-21 22:24 ` Hadron [this message]
2007-03-21 21:54 ` Tassilo Horn
2007-03-21 23:04 ` David Hansen
[not found] ` <mailman.1230.1174518990.7795.help-gnu-emacs@gnu.org>
2007-03-22 9:38 ` Tassilo Horn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ps72w7yy.fsf@gmail.com \
--to=hadronquark@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.