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: Can't activate SCIM input method with en_US.UTF-8 locale Date: Sat, 16 May 2009 10:20:26 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1242436838 8135 80.91.229.12 (16 May 2009 01:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 May 2009 01:20:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Zhang Wei Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 16 03:20:31 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M58Zj-00072l-9B for ged-emacs-devel@m.gmane.org; Sat, 16 May 2009 03:20:31 +0200 Original-Received: from localhost ([127.0.0.1]:58294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M58Zi-0001E9-NF for ged-emacs-devel@m.gmane.org; Fri, 15 May 2009 21:20:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M58Ze-0001Du-HE for emacs-devel@gnu.org; Fri, 15 May 2009 21:20:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M58ZZ-00018x-Pa for emacs-devel@gnu.org; Fri, 15 May 2009 21:20:25 -0400 Original-Received: from [199.232.76.173] (port=47552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M58ZZ-00018p-LI for emacs-devel@gnu.org; Fri, 15 May 2009 21:20:21 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:65065) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M58ZZ-0002eZ-12 for emacs-devel@gnu.org; Fri, 15 May 2009 21:20:21 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n4G1KGYS005677; Sat, 16 May 2009 10:20:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n4G1KGWR002479; Sat, 16 May 2009 10:20:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n4G1KG79008094; Sat, 16 May 2009 10:20:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1M58Ze-0004b6-S4; Sat, 16 May 2009 10:20:26 +0900 In-reply-to: (message from Zhang Wei on Fri, 15 May 2009 23:06:50 +0000 (UTC)) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:110906 Archived-At: In article , Zhang Wei writes: > The SCIM input method can be activated in any other software except Emacs with > en_US.UTF-8 locale. > brep@ooobook:~$ locale > LANG=en_US.UTF-8 > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_PAPER="en_US.UTF-8" > LC_NAME="en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT="en_US.UTF-8" > LC_IDENTIFICATION="en_US.UTF-8" > LC_ALL= > brep@ooobook:~$ Did you set the env. var. XMODIFIERS to @im=SCIM? Emacs doesn't use gtk_im_module but XIM protocol. --- Kenichi Handa handa@m17n.org