From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "yu jie" Newsgroups: gmane.emacs.bugs Subject: can't input chinese characters Date: Fri, 11 Jan 2008 10:57:07 +0800 Message-ID: <42b562540801101857v10622892h6459ab726a6581a6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7263_12494785.1200020227539" X-Trace: ger.gmane.org 1200020243 4496 80.91.229.12 (11 Jan 2008 02:57:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2008 02:57:23 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 11 03:57:45 2008 Return-path: Envelope-to: geb-bug-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 1JDA5V-0006rz-Tm for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Jan 2008 03:57:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDA58-0000dV-Ad for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Jan 2008 21:57:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDA53-0000dG-9a for bug-gnu-emacs@gnu.org; Thu, 10 Jan 2008 21:57:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDA52-0000d1-IK for bug-gnu-emacs@gnu.org; Thu, 10 Jan 2008 21:57:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDA52-0000cy-E6 for bug-gnu-emacs@gnu.org; Thu, 10 Jan 2008 21:57:12 -0500 Original-Received: from rv-out-0910.google.com ([209.85.198.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDA51-0003NL-PX for bug-gnu-emacs@gnu.org; Thu, 10 Jan 2008 21:57:12 -0500 Original-Received: by rv-out-0910.google.com with SMTP id c27so1193980rvf.6 for ; Thu, 10 Jan 2008 18:57:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=9sLGwZagylAn0QFg7pm7cEMi3EZ8VIPA3bUSg1GZHyI=; b=GHekq1MN7U6PxWWjaCz2LHeHdfL3WXxq2jdJ07GJUu76fbwPwM3drHRlv0KEC1GgD9PAnDXdQnptYo3fczo+IU5m/i4Ytb955A3swLUZO40fSjnbherLMhbOfq/W3OM2o3ZXlwmH+qrjZadG9wMXh26i4OcY88pgfTn0P/Vad5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=S4EANLiJUOmzJp8xDIrRHmgUBSjbLEecdsLn8cFyXX0TMRnr8PHZkDbCqQnpBw/8YF3kGjatrKoNXdcuf2LCk+bi/z9BIA592MHHOdH6Vsj6yOogl/LUzAzru5ghjzhQTrmmg8HFC8slqQKbNaITWjrSTH5dP/KVgzNUdkbtKx4= Original-Received: by 10.140.193.16 with SMTP id q16mr1685874rvf.173.1200020227525; Thu, 10 Jan 2008 18:57:07 -0800 (PST) Original-Received: by 10.141.146.18 with HTTP; Thu, 10 Jan 2008 18:57:07 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17330 Archived-At: ------=_Part_7263_12494785.1200020227539 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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. ------=_Part_7263_12494785.1200020227539 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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.
------=_Part_7263_12494785.1200020227539--