all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: key (re)binding
Date: Tue, 16 Dec 2003 21:03:34 +0000	[thread overview]
Message-ID: <87pteoh3vd.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: mailman.164.1069090371.399.help-gnu-emacs@gnu.org

Sébastien Kirche <sebastien.kirche@sage.com> writes:

> 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) ?

Yes, I'm afraid so.  Don't forget Ctrl-Meta and Ctrl-Shift and
Meta-Shift and...

> By which means kp-home is getting "translated" ?

I think it could be function-key-map.

> why doesn't it work with modifier keys ?

Because there is no entry for kp-home with modifiers in
function-key-map.

Kai

       reply	other threads:[~2003-12-16 21:03 UTC|newest]

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

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=87pteoh3vd.fsf@emptyhost.emptydomain.de \
    --to=kai@emptydomain.de \
    /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.