From xemacs-m  Tue Dec 10 18:43:28 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id SAA26773 for <xemacs-beta@xemacs.org>; Tue, 10 Dec 1996 18:43:27 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id QAA17666; Tue, 10 Dec 1996 16:42:57 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id QAA17667; Tue, 10 Dec 1996 16:42:53 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA05315; Tue, 10 Dec 1996 16:42:50 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA23509; Tue, 10 Dec 1996 16:42:48 -0800
Date: Tue, 10 Dec 1996 16:42:48 -0800
Message-Id: <199612110042.QAA23509@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Raymond Toy <toy@rtp.ericsson.se>
Cc: XEmacs Mailing List <xemacs-beta@xemacs.org>
Subject: 20.0-b30 ok and input question
In-Reply-To: <10844.850258015@rtp.ericsson.se>
References: <10844.850258015@rtp.ericsson.se>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Ray" == Raymond Toy <toy@rtp.ericsson.se> writes:

Ray> Successfully built 20.0-b30 for Solaris 2.5 using

Ray> 	../../xemacs-20.0/configure  --verbose
Ray> 	--prefix=/home/unix/toy/apps/XEmacs --with-mule
Ray> 	--with-sound=both --srcdir=../../xemacs-20.0
Ray> 	--site-includes=/apps/public/solaris2.5/include
Ray> 	/apps/public/solaris2.4/include
Ray> 	--site-runtime-libraries=/apps/public/solaris2.5/lib
Ray> 	/apps/public/solaris2.4/lib 

Ray> One question:  Exactly how is input done if you want to write, say,
Ray> Korean text?  What is needed?  Is it even possible yet?

First you set things up so you can do XIM input in other apps,
e.g. textedit:
- install Solaris Korean localization package.
- run with LANG=ko

Then XIM input with XEmacs should work the same way.  --with-xim=motif
should have been autodetected.

However, I've never tested Korean, therefore it must be broken.  Look
at mule/japanese-hooks.el and play around with the code to create an
equivalent for Korean.  Patches appreciated.  Korean should be made to
work with less than 10 lines of code change.

Martin

