From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.help Subject: key (re)binding Date: Mon, 17 Nov 2003 17:30:29 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5B4C699A-191B-11D8-B84D-000393861220@sage.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1069086798 20056 80.91.224.253 (17 Nov 2003 16:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 16:33:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 17 17:33:13 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALmJN-0003Zm-01 for ; Mon, 17 Nov 2003 17:33:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALnGP-0007fA-3D for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2003 12:34:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALnEw-0007DE-ID for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 12:32:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALnEO-00071Z-HL for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 12:32:39 -0500 Original-Received: from [195.25.216.129] (helo=Mis.sage.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALnEO-00071I-3g for help-gnu-emacs@gnu.org; Mon, 17 Nov 2003 12:32:08 -0500 Original-Received: from sage.com (GOUDURIX [172.18.3.54]) by Mis.sage.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id VCY44J2X; Mon, 17 Nov 2003 17:31:41 +0100 Original-To: emacs-help X-Mailer: Apple Mail (2.552) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14317 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14317 Hi all, It seems that several keypad keys are not or partially defined on my=20 osx. e.g: the divide key beeps when pressed, and C-h k says " is=20= undefined. To resolve that, i have added the following in .emacs: (global-set-key (kbd "") "/") but this only insert a divide signe, i would prefer something that=20 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=20 Meta) ? Second (maybe related to former): i have just noticed that neither=20 C-kp-home nor C-kp-end, C-kp-prior, C-kp-next are defined; but C-h k=20 with home says for example : ,----[ C-h k ] | (translated from ) runs the command beginning-of-line | which is an interactive built-in function. | It is bound to C-a, . | (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=20 with modifier keys ? Thanks for help S=E9bastien Kirche --=20 E pluribus UNIX