all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sébastien Kirche" <sebastien.kirche@sage.com>
Subject: key (re)binding
Date: Mon, 17 Nov 2003 17:30:29 +0100	[thread overview]
Message-ID: <5B4C699A-191B-11D8-B84D-000393861220@sage.com> (raw)

Hi all,

It seems that several keypad keys are not or partially defined on my 
osx.
e.g: the divide key beeps when pressed, and C-h k says "<kp-divide> is 
undefined.

To resolve that, i have added the following in .emacs:
(global-set-key (kbd "<kp-divide>") "/")
but this only insert a divide signe, i would prefer something that 
defines that "kp-divide is divide key"...
Because if i press then a C-/ on keypad, it is undefined too...
Do i have to add another global-set-key for Ctrl (and another one for 
Meta) ?

Second (maybe related to former): i have just noticed that neither 
C-kp-home nor C-kp-end, C-kp-prior, C-kp-next are defined; but C-h k 
with home says for example :
,----[ C-h k <home> ]
| <home> (translated from <kp-home>) runs the command beginning-of-line
|    which is an interactive built-in function.
| It is bound to C-a, <home>.
| (beginning-of-line &optional N)
|
| [...]
`----
And so on for other keypad keys...
By which means kp-home is getting "translated" ? why doesn't it work 
with modifier keys ?

Thanks for help
Sébastien Kirche

-- 
E pluribus UNIX

             reply	other threads:[~2003-11-17 16:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-17 16:30 Sébastien Kirche [this message]
     [not found] <mailman.164.1069090371.399.help-gnu-emacs@gnu.org>
2003-12-16 21:03 ` key (re)binding Kai Grossjohann

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=5B4C699A-191B-11D8-B84D-000393861220@sage.com \
    --to=sebastien.kirche@sage.com \
    /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.