From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: function-key-map Date: Thu, 11 Oct 2007 09:55:56 -0400 Message-ID: References: <18189.42302.211705.594331@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192111051 31872 80.91.229.12 (11 Oct 2007 13:57:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 13:57:31 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: raman@users.sf.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 15:57:28 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfyWo-0005iC-1h for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 15:56:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfyWi-0000kc-8A for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 09:56:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfyWM-0000do-0j for emacs-devel@gnu.org; Thu, 11 Oct 2007 09:56:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfyWK-0000d4-EQ for emacs-devel@gnu.org; Thu, 11 Oct 2007 09:56:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfyWK-0000cz-AM for emacs-devel@gnu.org; Thu, 11 Oct 2007 09:56:12 -0400 Original-Received: from x-132-204-254-24.xtpr.umontreal.ca ([132.204.254.24] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfyWD-0001vc-AD; Thu, 11 Oct 2007 09:56:09 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0796DB41BB; Thu, 11 Oct 2007 09:55:56 -0400 (EDT) In-Reply-To: <18189.42302.211705.594331@gargle.gargle.HOWL> (T. V. Raman's message of "Wed\, 10 Oct 2007 21\:23\:26 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80607 Archived-At: > I use it additionally to define special keys on the console like > ctrl+arrows which are otherwise only available under X -- see > http://emacspeak.googlecode.com/svn/trunk/tvr/console.el > and > http://emacspeak.googlecode.com/svn/trunk/tvr/console-keymaps/ That's what input-decode-map is for. Stefan