From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: irieshinsuke@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Anyone use scim-bridge.el with Chinese? Date: Thu, 11 Sep 2008 23:12:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3d9a5f6e-42fa-457d-a1ce-8fe70a70e62e@s9g2000prg.googlegroups.com> References: <87hc8oh973.fsf@manatee.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221227382 11659 80.91.229.12 (12 Sep 2008 13:49:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 13:49:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 15:50:38 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ke92c-00028s-H8 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 15:50:30 +0200 Original-Received: from localhost ([127.0.0.1]:58540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke91c-0007Xd-C1 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 09:49:28 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s9g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 119.72.58.65 Original-X-Trace: posting.google.com 1221199937 22044 127.0.0.1 (12 Sep 2008 06:12:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 12 Sep 2008 06:12:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000prg.googlegroups.com; posting-host=119.72.58.65; posting-account=0iq7uwoAAABMgKDBCsBGns7-dcyacSS7 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162124 X-Mailman-Approved-At: Fri, 12 Sep 2008 09:48:04 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57476 Archived-At: Hi, Sorry, I have not written the documents other than Japanese yet. Did any error messages come out? I guess that you don't use scim-bridge, which was originally developed in order to solve the C++ ABI problems. scim-bridge.el communicates with SCIM through the scim-bridge agent using UNIX domain socket, therefore it can not work without the agent. Is scim-bridge installed? Or, you might don't inhibit XIM from taking over the key events. To do this, for example, add a line into ~/.Xresources file: Emacs*useXIM: false And execute the command in a terminal: xrdb ~/.Xresources or restart X server. Please report again if it doesn't work well. S. Irie