From xemacs-m  Thu Jan  9 11:30:48 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id LAA18335 for <xemacs-beta@xemacs.org>; Thu, 9 Jan 1997 11:30:46 -0600 (CST)
Received: from mr1.exu.ericsson.se (mr1.exu.ericsson.com [138.85.147.11]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id LAA26136 for <xemacs-beta@xemacs.org>; Thu, 9 Jan 1997 11:30:06 -0600 (CST)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr1.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id LAA16401 for <xemacs-beta@xemacs.org>; Thu, 9 Jan 1997 11:30:05 -0600 (CST)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id MAA17881 for <xemacs-beta@xemacs.org>; Thu, 9 Jan 1997 12:30:04 -0500
To: XEmacs Mailing List <xemacs-beta@xemacs.org>
References: <27620.852671762@rtp.ericsson.se>  <m2k9poc9la.fsf@altair.xemacs.org> 
Subject: Re: Compose key bug 
In-reply-to: (Your message of 08 Jan 1997 10:20:33 PST.)
             <m2k9poc9la.fsf@altair.xemacs.org> 
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: Thu, 09 Jan 1997 12:30:03 -0500
Message-ID: <602.852831003@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

    sb> Does this fix the problem?

    sb>  ;;;this doesn't work yet###autoload
    sb> -(define-key global-map [multi_key]	'compose-key)
    sb> +(define-key global-map [multi-key]	'compose-key)
 
Haven't tried it, but I'm pretty sure it will since I did M-x
global-set-key on Multi_key to compose-key and it works now.

Ray

