bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

can't input chinese characters


From: yu jie
Subject: can't input chinese characters
Date: Fri, 11 Jan 2008 10:57:07 +0800

Hi,
   I can't input any Chinese character, but it's OK to yank Chinese characters. Here's configuration about the language environment:
+++++++++++++++++++++++++++++++++++++++
   (set-language-environment 'Chinese-GB)
   (set-keyboard-coding-system 'chinese-iso-8bit)
   (set-terminal-coding-system 'chinese-iso-8bit)
   (set-clipboard-coding-system 'chinese-iso-8bit)

   (create-fontset-from-fontset-spec
     (concat
        "-*-Bitstream Vera Sans Mono-normal-r-*-*-14-*-*-*-c-*-fontset-fixed,"
        "chinese-gb2312:-*-Microsoft Yahei-normal-r-*-*-16-*-*-*-c-*-iso10646-1"))
   (set-default-font "fontset-fixed")

   (setq default-frame-alist
      (append
       '((font . "fontset-fixed")) default-frame-alist))
+++++++++++++++++++++++++++++++++++++++
In GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600)
 of 2008-01-11 on KEVIN-DESKTOP
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: cp936
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
M-x r e p o r <tab> <return>

Recent messages:
Loading subst-jis...done
Loading subst-ksc...done
Loading subst-big5...done
Loading subst-gb2312...done
Loading d:/emacs22/site-lisp/color-theme/themes/color- theme-example.el (source)...done
Loading d:/emacs22/site-lisp/color-theme/themes/color-theme-library.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]