all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peng Dai <daipeng123456@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: define-key turns to go the wrong way.
Date: Wed, 3 Apr 2013 18:45:43 -0700 (PDT)	[thread overview]
Message-ID: <b2652296-7ec9-400b-92a1-fd2f01707480@googlegroups.com> (raw)

I use ubuntu12.04(32bit,US), and emacs24.2. When I descide to have a new key
"\C-[" and "\C-]" to scroll my window,

so I write the following in the init.el

(global-set-key (kbd "\C-]") (lambda () (interactive) (scroll-up 2)))
(global-set-key (kbd "\C-[") (lambda () (interactive) (scroll-down 2)))

this first is work fine. but the second didn't work.
When I use the "\C-h k" to see what' wrong. It turn out to be "\C-[" was readed as "<ECS>". I search the google with no result, it says it was because of the ISCAE's key value but with no soluvation give.

And I find another key has the same problem,too. like:
"\C-j" turn to be "<SPACE>"
"\C-M-j" turn to be "<RET>j"

Can anyone help.


             reply	other threads:[~2013-04-04  1:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04  1:45 Peng Dai [this message]
2013-04-04  9:05 ` define-key turns to go the wrong way XeCycle
2013-04-04  9:31 ` Peter Dyballa

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=b2652296-7ec9-400b-92a1-fd2f01707480@googlegroups.com \
    --to=daipeng123456@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.
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.