From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "S. Irie" Newsgroups: gmane.emacs.help Subject: Re: Anyone use scim-bridge.el with Chinese? Date: Mon, 6 Oct 2008 03:07:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87hc8oh973.fsf@manatee.domain> <3d9a5f6e-42fa-457d-a1ce-8fe70a70e62e@s9g2000prg.googlegroups.com> <87d4j8y3fk.fsf@manatee.domain> <87sks1dkhf.fsf@manatee.domain> <87r66wen7t.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 1223289790 29608 80.91.229.12 (6 Oct 2008 10:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 10:43:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 12:44:08 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 1KmnZP-0003jh-JV for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 12:44:08 +0200 Original-Received: from localhost ([127.0.0.1]:59442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmnYK-0001xn-W4 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 06:43:01 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b38g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 119.72.48.52 Original-X-Trace: posting.google.com 1223287660 14741 127.0.0.1 (6 Oct 2008 10:07:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 6 Oct 2008 10:07:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b38g2000prf.googlegroups.com; posting-host=119.72.48.52; posting-account=0iq7uwoAAABMgKDBCsBGns7-dcyacSS7 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163075 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:58415 Archived-At: Hi Andy, > I have transform a Chinese version of scim-bridge-zh.el in my > attachment. Thank you very much for your contribution! I will distribute this file together with scim-bridge.el after a little arrangement. I think that the name of this file should be `scim-bridge-zh_CN.el'. > And I rebinding key of SCIM turn on with use SCIM GUI > configuration utility. ? Is an error message displayed in the minibuffer by pressing [pause] key? (such as ` is undefined') If so, please add the following to your .emacs file. (scim-define-common-key 'pause t) scim-mode does not handle [pause] by the default settings, therefore it is necessary to bind this key to `scim-handle-event' explicitly. See `scim-common-function-key-list'. S. Irie