From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: xterm.el
Date: Sat, 07 Apr 2007 00:18:57 +0200 [thread overview]
Message-ID: <yoijveg9no32.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: E1HZb7D-0002jm-W8@fencepost.gnu.org
Richard Stallman <rms@gnu.org> writes:
> If we convert most of the lists inside the vectors, why keep them in
> just three cases?
>
> + (define-key map "\e[27;6;63~" [(control ??)])
>
> + (define-key map "\e[27;14;63~" [(control meta ??)])
>
> + (define-key map "\e[27;8;63~" [(control meta ??)])
(info "(elisp)Ctl-Char Syntax")
For historical reasons, Emacs treats the <DEL> character as the
control equivalent of `?':
?\^? => 127 ?\C-? => 127
As a result, it is currently not possible to represent the character
`Control-?', which is a meaningful input character under X, using
`\C-'. It is not easy to change this, as various Lisp files refer to
<DEL> in this way.
--
Johan Bockgård
next prev parent reply other threads:[~2007-04-06 22:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-04 16:28 xterm.el Johan Bockgård
2007-04-05 23:11 ` xterm.el Richard Stallman
2007-04-06 22:18 ` Johan Bockgård [this message]
2007-04-07 17:30 ` xterm.el Richard Stallman
2007-04-08 14:33 ` xterm.el Chong Yidong
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yoijveg9no32.fsf@gamma02.me.chalmers.se \
--to=bojohan+news@dd.chalmers.se \
--cc=emacs-devel@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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.