>>>> "Kazz" == Kazuyuki IENAGA
<ienaga(a)jsys.co.jp> writes:
Kazz> I found that the latest version of kterm (6.2.0) can treat whenever
Kazz> XIM is dead or alive, and it is using the X API I mentioned bellow.
Kazz> XRegisterIMInstantiateCallback
Kazz> XUnregisterIMInstantiateCallback
Kazz> The differences between the kterm and our XEmacs is;
Kazz> * kterm just has one context (maybe).
Kazz> * XEmacs opens one XIM for DEVICE, and some XIC for FRAME.
AFAIK, XRegisterIMInstantiateCallback was introduced in X11R6, so we
would have to add configure checks and #ifdefs into the code to
properly continue supporting X11R5. Although X11R6 was released in
1994, most commercial Unix vendors have only just switched to using X11R6.
Martin