From xemacs-m  Thu Feb  6 10:12:00 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA18107
	for <xemacs-beta@xemacs.org>; Thu, 6 Feb 1997 10:12:00 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id IAA15887;
	Thu, 6 Feb 1997 08:23:06 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 19.15b92 keysyms
References: <199702061314.IAA19616@blight.IntraNet.com> <kigohdyvxsg.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Hrvoje Niksic's message of 06 Feb 1997 15:01:19 +0100
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 06 Feb 1997 08:23:05 -0800
Message-ID: <m2ohdxvr86.fsf@altair.xemacs.org>
Lines: 23
X-Mailer: Gnus v5.4.11/XEmacs 20.0

Hrvoje Niksic writes:

> Jonathan Edwards <edwards@intranet.com> writes:
>> in 19.15b92 keysyms of the form kp_0 are no longer recognized. The
>> keys are now called kp-0. Different from 20.0 and 19.14.

> Recognizing the keys with hyphens is desired, as we strive to have
> window-system-independent key symbols; that's why 20.0 recognizes both
> kp-0 (it's the GNU Emacs notation, too) and kp_0.  It's a bug if 19.15
> no longer recognizes kp_0; it should be recognized for backwards
> compatibility.

It should already do that.  I didn't even bother to change the
lisp code to reflect the renaming in 19.15 (the keysyms are changed to
the minus sign form in the v20 source tree).

This works:
(define-key global-map [(kp_0)] 'find-file-other-window)

so I'm not sure what the problem is.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

