all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Stewart <lazycat.manatee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Anyone use scim-bridge.el with Chinese?
Date: Sat, 13 Sep 2008 14:18:07 +0800	[thread overview]
Message-ID: <87d4j8y3fk.fsf@manatee.domain> (raw)
In-Reply-To: 3d9a5f6e-42fa-457d-a1ce-8fe70a70e62e@s9g2000prg.googlegroups.com

>>>>> "irieshinsuke" == irieshinsuke  <irieshinsuke@gmail.com> writes:
Hi, Irie!

I have install scim-bridge.

And I have write ~/.Xdefaults (I think this file have same effect as
~/.Xresources) with:

   Emacs*useXIM: false

Then xrdb ~/.Xdefaults

And I configure scim-bridge with:

(require 'scim-bridge)
(require 'scim-bridge-ja)
(scim-define-common-key ?\C-\  nil)
(scim-define-common-key ?\C-/ nil)
(setq scim-adjust-window-x-position 'gnome)
(scim-mode t)

And everything looks okay.

But when I use functions `scim-anthy-reconvert-region' and
`scim-transfer-romaji-into-preedit', it's can't work.

`scim-anthy-reconvert-region' will get message:

"SCIM: <S-henkan> is undefined"

`scim-transfer-romaji-into-preedit' will get message:

"SCIM: <zenkaku-hankaku> is undefined"

I think the setup of variables `scim-anthy-reconversion-event' and
`scim-toggle-input-method-event' is wrong.

So, make scim-bridge works with Chinese just setup `scim-anthy-reconversion-event' and
`scim-toggle-input-method-event' with right value or other thing?

Have a file likes `scim-bridge-zh.el' ?

Regards.

Andy.

    irieshinsuke> Hi,
    irieshinsuke> Sorry, I have not written the documents other than Japanese yet.

    irieshinsuke> Did any error messages come out?

    irieshinsuke> I guess that you don't use scim-bridge, which was originally developed
    irieshinsuke> in order to solve the C++ ABI problems.
    irieshinsuke> scim-bridge.el communicates with SCIM through the scim-bridge agent
    irieshinsuke> using UNIX domain socket, therefore it can not work without the agent.
    irieshinsuke> Is scim-bridge installed?

    irieshinsuke> Or, you might don't inhibit XIM from taking over the key events.
    irieshinsuke> To do this, for example, add a line into ~/.Xresources file:

    irieshinsuke> Emacs*useXIM: false

    irieshinsuke> And execute the command in a terminal:

    irieshinsuke> xrdb ~/.Xresources

    irieshinsuke> or restart X server.

    irieshinsuke> Please report again if it doesn't work well.

    irieshinsuke> S. Irie


  reply	other threads:[~2008-09-13  6:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10  5:16 Anyone use scim-bridge.el with Chinese? Andy Stewart
2008-09-12  6:12 ` irieshinsuke
2008-09-13  6:18   ` Andy Stewart [this message]
2008-09-13 22:58     ` S. Irie
2008-09-16  0:04       ` Andy Stewart
2008-09-19  2:20         ` S. Irie
2008-10-04  9:14           ` Andy Stewart
2008-10-06 10:07             ` S. Irie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d4j8y3fk.fsf@manatee.domain \
    --to=lazycat.manatee@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.