From xemacs-m  Wed Jun  4 20:18:17 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 UAA10681
	for <xemacs-beta@xemacs.org>; Wed, 4 Jun 1997 20:18:16 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id SAA31618;
	Wed, 4 Jun 1997 18:18:41 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Bug in x-compose.el
References: <199706041436.QAA03948@daedalus.tnt.uni-hannover.de>
X-Url: http://www.miranova.com/%7Esteve/
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@xemacs.org>
In-Reply-To: Heiko Muenkel's message of "Wed, 4 Jun 1997 16:36:26 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 04 Jun 1997 18:18:41 -0700
Message-ID: <m2hgfdhmoe.fsf@altair.xemacs.org>
Lines: 22
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta4)

Heiko Muenkel <muenkel@tnt.uni-hannover.de> writes:

> This bug occurs at least in 20.3 Beta 2 and in 19.15.
> After
> 	      (require 'x-compose)
> the key sequence
> 	      degree space
> should insert a degree sign, but nothing happens. It seems that the
> kbd macro degree is broken. Where are these kbd macros defined?

degree isn't a keyboard macro, it is a keysym:

(x-valid-keysym-name-p "degree")
=> t

I'm not sure how to duplicate what you're typing.

(x-keysym-on-keyboard-p "degree")
=> nil
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

