unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs XIM input method and locale issues
@ 2010-09-03  8:38 Shaowei Wang (wsw)
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Shaowei Wang (wsw) @ 2010-09-03  8:38 UTC (permalink / raw)
  To: emacs-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-05  0:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-03  8:38 emacs XIM input method and locale issues Shaowei Wang (wsw)
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)

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).