From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: tty emacs Date: Wed, 23 Apr 2003 13:18:19 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1483-Wed23Apr2003131819+0300-eliz@elta.co.il> References: <200304230738.24705.nfreimann@firemail.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051093427 16552 80.91.224.249 (23 Apr 2003 10:23:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 10:23:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 12:23:45 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198HPk-0004Il-00 for ; Wed, 23 Apr 2003 12:23:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198HQW-00066c-04 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 06:24:32 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198HQ0-0005tW-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 06:24:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198HPg-0005hL-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 06:23:43 -0400 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198HNl-0005NV-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 06:21:41 -0400 Original-Received: from zaretsky (cable-131-74.inter.net.il [213.8.131.74]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AMR19682; Wed, 23 Apr 2003 13:21:25 +0300 (IDT) Original-To: nfreimann@firemail.de X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200304230738.24705.nfreimann@firemail.de> (message from Niels Freimann on Wed, 23 Apr 2003 07:38:24 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8707 > From: Niels Freimann > Date: Wed, 23 Apr 2003 07:38:24 +0200 > > emacs in tty mode (emacs -nw) obviously doesn't know > C-prior and C-next. I already tried out > (define-key function-key-map "\e[40~" [C-prior]) > (define-key function-key-map "\e[41~" [ C-next]) > however its doesn't help. Any idea? What does "C-h l" (that's a letter ell, not a digit one) tell if you invoke it after pressing those keys? What does "C-h c" say if you follow it by one of them?