From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Smith Newsgroups: gmane.emacs.help Subject: Re: arrow keys in the console Date: 19 May 2007 03:00:13 GMT Organization: Sedgeboy Inc. Message-ID: References: <87646qoaow.fsf@thalassa.lan.informatimago.com> <877ir5fsbb.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179546098 10059 80.91.229.12 (19 May 2007 03:41:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 03:41:38 +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 May 19 05:41:37 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 1HpFoz-0003cY-Ti for geh-help-gnu-emacs@m.gmane.org; Sat, 19 May 2007 05:41:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpFoz-0002H7-BF for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2007 23:41:33 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx02.iad01.newshosting.com!newshosting.com!post01.iad01!news.aliant.net!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Lines: 25 Original-X-Complaints-To: abuse@aliant.net Original-Xref: shelby.stanford.edu gnu.emacs.help:148570 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:44162 Archived-At: On 2007-05-19, Tim X wrote: > Peter Dyballa writes: > >> Am 18.05.2007 um 14:16 schrieb Tyler Smith: >> >>> echo $TERM now shows: linux. How do I find out what it should be? >> >> tset - -Q or such can determine the right value. It also would work >> to set it xterm or xterm-color. This kind of terminal is supported >> by GNU Emacs. Look into lisp/term directory! >> >> -- > NO! This will not work correctly for a GNU Linux console. The TERM > setting of 'Linux', is *correct* for the console - do not change > it. The problem is with keymaps. Load the correct keymap and the > problem is solved. > Well, you're right. Setting TERM=xterm fixed the arrow keys, but page-up and page-down still act funny. How do I load the correct keymap? Thanks, Tyler