From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Re: Anyone use scim-bridge.el with Chinese? Date: Tue, 16 Sep 2008 08:04:28 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87sks1dkhf.fsf@manatee.domain> References: <87hc8oh973.fsf@manatee.domain> <3d9a5f6e-42fa-457d-a1ce-8fe70a70e62e@s9g2000prg.googlegroups.com> <87d4j8y3fk.fsf@manatee.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221525652 15954 80.91.229.12 (16 Sep 2008 00:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 00:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 16 02:41:47 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 1KfOdU-0001U9-2q for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2008 02:41:44 +0200 Original-Received: from localhost ([127.0.0.1]:41651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfOcS-0007u3-Ti for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Sep 2008 20:40:40 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsgate.cuhk.edu.hk!news.cn99.com!manatee.domain!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 222.212.128.29 Original-X-Trace: news.cn99.com 1221523679 11699 222.212.128.29 (16 Sep 2008 00:07:59 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Tue, 16 Sep 2008 00:07:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:pGrWTM1lq4B/jwR2sDY7sx7jptU= Original-Xref: news.stanford.edu gnu.emacs.help:162319 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:57655 Archived-At: >>>>> "S" == S Irie writes: S> This is an example of settings suitable for the Chinese users: S> (require 'scim-bridge) S> (scim-define-common-key ?\C-\ nil) S> (scim-define-common-key ?\C-/ nil) S> (scim-mode t) Hi, Irie! Thanks for your replay. :) I use scim-pinyin for Chinese input method. And I have to setup your recommend configuration. But i can't input anything Chinese. Now many key is binding function `scim-handle-event' (like 'a', 'b', SPACE, etc.) S> Unfortunately, `scim-bridge-zh.el' doesn't exist because I cannot S> understand Chinese :P Can you release develop document about how to write scim-bridge interface to other LANGUAGE? I want to help you to write `scim-bridge-zh.el' ! Regards. Andy.