all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bryan Wright <bkw1a@ayesha.phys.virginia.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Wrong keypad bindings for some keys in emacs 23.1 under CentOS 6
Date: Wed, 14 Dec 2011 15:54:59 +0000 (UTC)	[thread overview]
Message-ID: <loom.20111214T165319-16@post.gmane.org> (raw)
In-Reply-To: 8739com9v6.fsf@nzebook.haselwarter.org

Excellent! that was the clue I needed.  For the record, here's the code that
fixes the keypad problems:

(define-key input-decode-map (kbd "\eOP") [kp-f1])
(define-key input-decode-map (kbd "\eOQ") [kp-f2])
(define-key input-decode-map (kbd "\eOR") [kp-f3])
(define-key input-decode-map (kbd "\eOS") [kp-f4])
(define-key input-decode-map (kbd "\eOn") [kp-decimal])

                                 Thanks,
                                 Bryan







      reply	other threads:[~2011-12-14 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-13 19:07 Wrong keypad bindings for some keys in emacs 23.1 under CentOS 6 Bryan Wright
2011-12-13 21:37 ` Philipp Haselwarter
2011-12-14 15:54   ` Bryan Wright [this message]

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=loom.20111214T165319-16@post.gmane.org \
    --to=bkw1a@ayesha.phys.virginia.edu \
    --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.