From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jashy Newsgroups: gmane.emacs.help Subject: Re: Emacs-cvs now can't run in zh_CN.GBK environment? Date: Sun, 1 Jun 2008 22:08:00 -0700 (PDT) Message-ID: <17594072.post@talk.nabble.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212434235 20435 80.91.229.12 (2 Jun 2008 19:17:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2008 19:17:15 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 02 21:17:57 2008 Return-path: Envelope-to: geh-help-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 1K3FXK-0005iy-3r for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2008 21:17:42 +0200 Original-Received: from localhost ([127.0.0.1]:60754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3FWX-0002CQ-U4 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2008 15:16:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K32H8-0002Eq-FT for help-gnu-emacs@gnu.org; Mon, 02 Jun 2008 01:08:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K32H6-0002EF-HP for Help-gnu-emacs@gnu.org; Mon, 02 Jun 2008 01:08:05 -0400 Original-Received: from [199.232.76.173] (port=53161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K32H6-0002EB-BR for Help-gnu-emacs@gnu.org; Mon, 02 Jun 2008 01:08:04 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:40735) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K32H5-0005sY-Sd for Help-gnu-emacs@gnu.org; Mon, 02 Jun 2008 01:08:04 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K32H2-0007uC-FM for Help-gnu-emacs@gnu.org; Sun, 01 Jun 2008 22:08:00 -0700 In-Reply-To: X-Nabble-From: nanjunjie@gmail.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 02 Jun 2008 15:16:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54426 Archived-At: hi, I am using emacs cvs version under cygwin with emacs's GBK(not mule-gbk). You can check whether mule-gbk is required in your .emacs, if yes, please comment it out. Below is my Chinese-GBK setting. Hope it is useful for you. ;; (require 'mule-gbk) ;; Setup GBK environment (set-language-environment "Chinese-GBK") (set-terminal-coding-system 'chinese-gbk) (set-keyboard-coding-system 'chinese-gbk) (setq locale-coding-system 'chinese-gbk) (setq current-language-environment "Chinese-GBK") hong-9 wrote: > > I'm a slackware-current user,and using fvwm-2.5.24 with fvwm-themes as > my desktop.My locale is zh_cn.gbk and inputmethod is fcitx. I can use > chinese language normally under slack's official emacs22 which is > patched with mule-gbk.Yesterday evening I build cvs version > successfully, but when I run "emacs" ,it fells into no response any > more , no window even. When I "ps aux", I found its process obtain my > cpu beyond 80% and I must use "kill -9" to kill it .Then I tried > unbuntu's snapshot ,it's the same scene.After that I tried to add a > test user under UTF-8 locale and found that the emacs-cvs runs very > well.So I decide to ask for help.Thanks. > -- View this message in context: http://www.nabble.com/Emacs-cvs-now-can%27t-run-in-zh_CN.GBK-environment--tp17593861p17594072.html Sent from the Emacs - Help mailing list archive at Nabble.com.