From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: `global-set-key' doesn't work in my console Date: Thu, 10 Jan 2008 13:51:25 +0100 Message-ID: <2FC893F4-AA95-4308-AC3C-361FBECEF086@web.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199969516 27591 80.91.229.12 (10 Jan 2008 12:51:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 12:51:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Forrest Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 10 13:52:15 2008 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 1JCwtK-0006ms-GT for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2008 13:52:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCwsw-0000wl-Ob for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2008 07:51:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCwsd-0000t6-AG for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 07:51:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCwsb-0000ri-ND for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 07:51:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCwsb-0000rd-GU for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 07:51:29 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCwsb-0002Ex-06 for help-gnu-emacs@gnu.org; Thu, 10 Jan 2008 07:51:29 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 8D0F0C46BAA6; Thu, 10 Jan 2008 13:51:27 +0100 (CET) Original-Received: from [195.4.206.43] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JCwsZ-0001FU-00; Thu, 10 Jan 2008 13:51:27 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+IknjKjUT93zoZlCVNSggGqrF1Fo2iWfFQUAXG iwSZDERldEatGRV7R8bheoub1d4CBnKvY8dZ7Khe6rWj3B21ry 2siY45EM36gvnkP9NXRg== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:50622 Archived-At: Am 09.01.2008 um 10:48 schrieb Forrest: > i tried to figure out why, then i googled much but got little > helpful, it > seems that `terminfo' is the point but i cannot understand what it > is, the > output of 'infocmp' is a mess for me :( It's not that. It's ASCII: C-@ -> \000 or NUL C-a -> \001 C-b -> \002 ... C-z -> \032 C-[ -> \033 C-\ -> \034 C-] -> \035 C-^ -> \036 C-_ -> \037 SPC -> \040 This has nothing to do with terminfo. The latter is for drawing and moving the cursor on an alpha-numeric text screen. -- Greetings Pete It isn't pollution that's harming the environment. It's the impurities in our air and water that are doing it.