From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "new2linux" Newsgroups: gmane.emacs.help Subject: USING KEYBOARD ARROWS IN THE EMACS EDITOR Date: 7 Mar 2005 14:25:19 -0800 Organization: http://groups.google.com Message-ID: <1110234319.439015.21920@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1110234309 7109 80.91.229.2 (7 Mar 2005 22:25:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 22:25:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 07 23:25:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8Qeh-0001Y0-5s for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 23:24:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8QyX-00058q-L0 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 17:45:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 4.22.97.10 Original-X-Trace: posting.google.com 1110234324 4288 127.0.0.1 (7 Mar 2005 22:25:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 7 Mar 2005 22:25:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=4.22.97.10; posting-account=M6PGag0AAABaG-hqfUYW3URN11O0KR1z Original-Xref: shelby.stanford.edu gnu.emacs.help:129063 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24610 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24610 Does anyone have any samples of how to activate the keyboard arrows in the emacs editor ? Here's what I have in my editor but it wasn't doesn't work: (global-set-key [?\e ?#] 'next-line) (global-set-key [?\e ?&] 'previous-line) (global-set-key [?\e ?_] 'forward-char) (global-set-key [?\e ?*] 'backward-char) thanks in advance....