From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50;(set-language-environment 'Chinese-GB) error Date: Thu, 18 Oct 2007 09:51:58 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1192668755 18800 80.91.229.12 (18 Oct 2007 00:52:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 00:52:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 02:52:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiJcm-0001wc-NK for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 02:52:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiJcf-0003yJ-A1 for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 20:52:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiJcc-0003y3-7U for emacs-devel@gnu.org; Wed, 17 Oct 2007 20:52:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiJca-0003xf-Lk for emacs-devel@gnu.org; Wed, 17 Oct 2007 20:52:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiJca-0003xb-JA for emacs-devel@gnu.org; Wed, 17 Oct 2007 20:52:20 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiJcW-0004EZ-7C; Wed, 17 Oct 2007 20:52:16 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l9I0q8xw015267; Thu, 18 Oct 2007 09:52:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l9I0q8jD010878; Thu, 18 Oct 2007 09:52:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l9I0pwDB008460; Thu, 18 Oct 2007 09:51:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IiJcE-0002rp-4e; Thu, 18 Oct 2007 09:51:58 +0900 In-reply-to: (message from Richard Stallman on Wed, 17 Oct 2007 16:49:51 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81116 Archived-At: In article , Richard Stallman writes: > I tried to build Emacs from snapshots of one day after one > from Oct.1, and found that some change committed between > Oct.9 and Oct.10 introduced this problem. > Maybe that information will enable someone else to guess the problem > and fix it. But if it is not fixed a few days from now, would you > please debug why china-util.el gets an error? Stefan has just fixed it... perhaps by this change. 2007-10-17 Stefan Monnier * lread.c (read1): Set pvectype for char_tables. --- Kenichi Handa handa@m17n.org