From xemacs-m  Sun Feb 23 13:47:28 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA10391
	for <xemacs-beta@xemacs.org>; Sun, 23 Feb 1997 13:47:26 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQceeh09342; Sun, 23 Feb 1997 14:47:27 -0500 (EST)
Date: Sun, 23 Feb 1997 14:47:27 -0500 (EST)
Message-Id: <QQceeh09342.199702231947@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: kp_ keysyms don't bind
In-Reply-To: <199702231445.JAA18688@blight.IntraNet.com>
References: <199702230220.VAA18790@blight.IntraNet.com>
	<m2afowb5lf.fsf@altair.xemacs.org>
	<199702231418.JAA04274@blight.IntraNet.com>
	<199702231445.JAA18688@blight.IntraNet.com>

Jonathan Edwards writes:
 > There is a little more subtle than I thought. The FIRST kp_0 binding does
 > not take. A second one does.
 > 
 > xemacs -q
 > 
 > (global-set-key 'kp_0 'foo)
 > press keypad 0
 > kp-0 not defined
 > 
 > (global-set-key 'kp_0 'foo)
 > press keypad 0
 > Symbol's function definition is void: foo
 > 
 > This in 19.15b95. 20.1 does not exhibit this.

19.15b95 doesn't exhibit this for me either.

	config: i386-unknown-bsdi2.0
      compiler: gcc 2.6.3
compiler flags: -g -O4 -m486 -fforce-mem -fforce-addr
		-funroll-loops -fno-strength-reduce
	     X: X11R6
    scrollbars: Lucid
      menubars: Lucid
       dialogs: Athena
	 sound: no
	   XPM: yes
	X-Face: yes
	   PNG: yes
	   GIF: yes
          JPEG: yes
     rel-alloc: no

