From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: XIM vs. UTF-8 Date: Mon, 11 Apr 2005 11:25:53 +0900 (JST) Message-ID: <200504110225.LAA01912@etlken.m17n.org> References: <42580D96.4090809@sjtu.edu.cn> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1113186605 25334 80.91.229.2 (11 Apr 2005 02:30:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 02:30:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 11 04:29:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DKog6-0005nP-8A for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2005 04:29:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKoG7-0004rv-G0 for ged-emacs-devel@m.gmane.org; Sun, 10 Apr 2005 22:02:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKoFu-0004qz-T7 for emacs-devel@gnu.org; Sun, 10 Apr 2005 22:02:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKoFq-0004mT-4o for emacs-devel@gnu.org; Sun, 10 Apr 2005 22:02:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKoFp-0004lp-MP for emacs-devel@gnu.org; Sun, 10 Apr 2005 22:02:21 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DKoe5-0007do-M0 for emacs-devel@gnu.org; Sun, 10 Apr 2005 22:27:26 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3B2PsdY007121; Mon, 11 Apr 2005 11:25:54 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3B2PsDI003006; Mon, 11 Apr 2005 11:25:54 +0900 Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id LAA01912; Mon, 11 Apr 2005 11:25:53 +0900 (JST) Original-To: Shixin Zeng In-reply-to: <42580D96.4090809@sjtu.edu.cn> (message from Shixin Zeng on Sun, 10 Apr 2005 01:15:02 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35852 In article <42580D96.4090809@sjtu.edu.cn>, Shixin Zeng writes: > On my system, when locale is set to zh_CN.UTF8, XIM input > methods(SCIM/fcitx) can't be launched. > If I set the locale to zh_CN.GBK, both emacs and XIM input methods work > fine. > for other apps, XIM input methods work ok, when LC_CTYPE is set to both > "zh_CN.UTF-8" and "zh_CN.GBK" > This problem occurred for emacs21, emacs22 cvs20050402, > emacs23(emacs-unicode-2 20050402) Sorry for the late response on this matter, but I can't reproduce it, i.e. I can use input methods via SCIM in both locales zh_CN.UTF8 and zh_CN.GBK in both emacs22 and emacs23 (both CVS latest). What I tried is this: % scim -d % LANG=zh_CN.GBK XMODIFIERS=@im=SCIM emacs % LANG=zh_CN.UTF-8 XMODIFIERS=@im=SCIM emacs BTW, as I don't have fcitx, I didn't test it. --- Ken'ichi HANDA handa@m17n.org