unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: numeric keypad buttons
Date: Tue, 29 Jul 2003 15:55:40 +0200	[thread overview]
Message-ID: <84y8yhxwrn.fsf@slowfox.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: 20030729152734.6a663ec3.tobias_verbeke@skynet.be

Tobias Verbeke <tobias_verbeke@skynet.be> writes:

> I type:  C-h l gives: C-h c gives:
>
> /        ESC O o      <kp-divide> is undefined
> *        ESC O j      <kp-multiply> is undefined
> -        ESC O m      <kp-add> is undefined
> +        ESC O k      <kp-subtract> is undefined
> Enter    ESC O M      <kp-enter> is undefined

Good.  Now you can bind those keys:

(global-set-key (kbd "<kp-divide>") 'forward-char)

Does it work?
-- 
~/.signature

  reply	other threads:[~2003-07-29 13:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030724224909.0f2725e5.tobias_verbeke@skynet.be>
     [not found] ` <3F21BE5D.5070005@yahoo.com>
2003-07-26 20:56   ` numeric keypad buttons Tobias Verbeke
2003-07-28 17:29     ` Kevin Rodgers
2003-07-29 13:27       ` Tobias Verbeke
2003-07-29 13:55         ` Kai Großjohann [this message]
2003-07-29 14:23           ` Tobias Verbeke
2003-07-29 14:39             ` Tobias Verbeke
2003-07-29 16:18               ` Kai Großjohann
2003-07-29 17:08                 ` Tobias Verbeke
2003-07-29 17:34                   ` Kai Großjohann
2003-07-29 18:51                     ` Tobias Verbeke
2003-07-30 13:58                       ` Kai Großjohann
2003-07-29 16:17             ` Kai Großjohann
2003-07-29 17:40               ` Tobias Verbeke

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84y8yhxwrn.fsf@slowfox.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).