From xemacs-m  Tue Aug 26 03:49:37 1997
Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA19046
	for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 03:49:33 -0500 (CDT)
Received: from midget (vroonhof@midget [129.132.145.4]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id KAA25545 for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 10:49:17 +0200
Received: (vroonhof@localhost) by midget (SMI-8.6/D-MATH-client) id KAA06296; Tue, 26 Aug 1997 10:49:17 +0200
To: xemacs-beta@xemacs.org
Subject: Re: Urgent: x-compose check
References: <87iuwweke0.fsf@shamrock.easynet.fr> <byhgces8yv.fsf@midget.math.ethz.ch> <8767su3vwm.fsf@shamrock.easynet.fr>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Jan Vroonhof <vroonhof@math.ethz.ch>
In-Reply-To: Philippe RIO's message of 25 Aug 1997 21:27:53 +0200
X-Mailer: Gnus v5.4.55/XEmacs 19.15
Date: 26 Aug 1997 10:49:16 +0200
Message-ID: <byk9h9cos3.fsf@midget.math.ethz.ch>
Lines: 33


[To MArtin: I asked some people with dead keys to confirm whether they
had Multi_Key also]

Philippe RIO <rio@easynet.fr> writes:

> The evaluation of (x-keysym-on-keyboard-p "Multi_key") on my XEmacs 19.15
> gives t. I hope it helps you.

This is on XFree86 is it?

> (define-key function-key-map [dead-circumflex]  compose-circumflex-map)
> (define-key function-key-map [dead-diaeresis]   compose-diaeresis-map)

This is supposed to be handled automatically by the lastest
x-compose.el taht I sent do you use that?

[checks...]

Oops, there is a

 (define-key function-key-map  [dead_diaeresis]   compose-diaeresis-map)

line in the XFree86 section. That should read [dead-diaeresis].

Note that the automatic handling is now based on the presence of
dead-tilde. Phillipe, does (x-keysym-on-keyboard-p "dead-tilde") give
t on french keyboards too. 

Steve or Martin, can you make the change? My thesis adviser goes away for a
month next week, so I''l have to concentrate on that.

Jan

