all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Shaowei Wang (wsw)" <wsw1wsw2@gmail.com>
To: emacs-devel@gnu.org
Subject: emacs XIM input method and locale issues
Date: Fri, 3 Sep 2010 16:38:35 +0800	[thread overview]
Message-ID: <AANLkTimX_WOJS8=AfNgCnWWG_jmpV1ecVTAwuiSRe806@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]

Hi all
  I want to use xim program(scim) with emacs and I have some issues here.

My scim works find with gtk programs and other X programs(rxvt-unicode) but
emacs. I found the locale is the
key point.

my locale is:
[wsw@arch ~]$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=


I start emacs like:
LC_ALL=en_US.utf8 emacs -Q  # The scim do *NOT* work.

LC_ALL=zh_CN.utf8 emacs -Q # OK, the scim works fine.

and I grep the emacs source tree, found nothing but:

src/emacs.c  has some functions to set LC_ALL.
=======================

I did lots of google searchs. Some guy said it is the Xorg problem and
others said it's the font (may be font path) problem.
But how do we explane that other X program works fine with scim?

[-- Attachment #2: Type: text/html, Size: 1276 bytes --]

             reply	other threads:[~2010-09-03  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03  8:38 Shaowei Wang (wsw) [this message]
2010-09-04 13:14 ` How to get SCIM working in GUI Emacs (was Re: emacs XIM input method and locale issues) Štěpán Němec
2010-09-04 14:42   ` How to get SCIM working in GUI Emacs Miles Bader
2010-09-04 20:05     ` Štěpán Němec
2010-09-05  0:56       ` Miles Bader
2010-09-04 14:46   ` How to get SCIM working in GUI Emacs (was Re: emacs XIM input method and locale issues) Shaowei Wang (wsw)

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='AANLkTimX_WOJS8=AfNgCnWWG_jmpV1ecVTAwuiSRe806@mail.gmail.com' \
    --to=wsw1wsw2@gmail.com \
    --cc=emacs-devel@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.