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: Scim can't be activated when the arg --enable-font-backend is used. Date: Thu, 07 Dec 2006 21:26:43 +0900 Message-ID: References: <20061205105104.GA14529@localdomain> NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1165494355 1490 80.91.229.10 (7 Dec 2006 12:25:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 12:25:55 +0000 (UTC) Cc: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 07 13:25:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GsIJz-00063t-OD for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 13:25:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsIJz-0005a8-AP for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 07:25:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsIJn-0005Zw-Rm for emacs-devel@gnu.org; Thu, 07 Dec 2006 07:25:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsIJk-0005Ya-MC for Emacs-devel@gnu.org; Thu, 07 Dec 2006 07:25:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsIJk-0005YU-H5 for Emacs-devel@gnu.org; Thu, 07 Dec 2006 07:25:36 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsIJk-0001Ys-3J for Emacs-devel@gnu.org; Thu, 07 Dec 2006 07:25:36 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kB7CPS4E024825; Thu, 7 Dec 2006 21:25:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kB7CPRSb015060; Thu, 7 Dec 2006 21:25:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kB7CPRvh017882; Thu, 7 Dec 2006 21:25:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GsIKp-0001O1-GM; Thu, 07 Dec 2006 21:26:43 +0900 Original-To: Hongyi Zhao In-reply-to: <20061205105104.GA14529@localdomain> (message from Hongyi Zhao on Tue, 5 Dec 2006 18:51:04 +0800) 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:63408 Archived-At: In article <20061205105104.GA14529@localdomain>, Hongyi Zhao writes: > Dear Kenichi, > I've been bewildered by this problem, when I run emacs with: > ============= > % emacs --enable-font-backend > ============= > then, I can't activate the SCIM by C-SPC, when I run this: > ============= > % M-x shell > ============= > and run the command under shell environment of emacs like this: > ========= > scim -d > ========= > the emacs will say: > ===================== > zhaohs@ubuntu-edgy:~$ scim -d > Smart Common Input Method 1.4.4 > Launching a SCIM process with x11... > Loading socket Config module ... > Creating backend ... > Loading x11 FrontEnd module ... > Failed to launch SCIM. > ==================== This typically happens when you have already running scim. By the way, I've just commited another debugging code in xfns.c. Please update your cvs working directory and make emacs as this: % cd .../emacs % make CFLAGS='-g -DDEBUG_XIC_FONTSET' With this Emacs I get this kind of debugging information: % LANG=zh_CN XMODIFIERS=@im=SCIM emacs-unicode --enable-font-backend XIC Fontset failed: -*-*-medium-r-normal--21-*-*-*-*-* missing: ISO8859-1 missing: GB2312.1980-0 XIC Fontset created: -*-*-medium-r-normal--20-*-*-*-*-* And I can activate scim by C-SPC. What is your case? --- Kenichi Handa handa@m17n.org