From: Peter Dyballa <Peter_Dyballa@web.de>
To: Forrest <forrest.yu@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: `global-set-key' doesn't work in my console
Date: Thu, 10 Jan 2008 13:51:25 +0100 [thread overview]
Message-ID: <2FC893F4-AA95-4308-AC3C-361FBECEF086@web.de> (raw)
In-Reply-To: <e4d2b03e0801090148p6b5a7465m9e071646c942553e@mail.gmail.com>
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.
next prev parent reply other threads:[~2008-01-10 12:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-08 16:32 `global-set-key' doesn't work in my console Forrest
2008-01-08 19:31 ` Peter Dyballa
2008-01-09 9:48 ` Forrest
2008-01-10 12:51 ` Peter Dyballa [this message]
2008-01-10 16:37 ` Forrest Y. Yu
-- strict thread matches above, loose matches on Subject: below --
2008-01-07 8:03 Forrest
2008-01-07 9:51 ` Peter Dyballa
2008-01-07 15:40 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2FC893F4-AA95-4308-AC3C-361FBECEF086@web.de \
--to=peter_dyballa@web.de \
--cc=forrest.yu@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).