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: Fwd: parse-time-string error with non ASCII timestamp Date: Wed, 18 Apr 2007 11:46:56 +0900 Message-ID: References: <1175499420.269736.200740@b75g2000hsg.googlegroups.com> <9649271a0704170310s5c92163bv15f8d6e8eaef37db@mail.gmail.com> 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: sea.gmane.org 1176864438 26872 80.91.229.12 (18 Apr 2007 02:47:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Apr 2007 02:47:18 +0000 (UTC) Cc: zslevin@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 18 04:47:10 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 1He0CK-0000fp-2g for ged-emacs-devel@m.gmane.org; Wed, 18 Apr 2007 04:47:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1He0H6-0002Vb-Js for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2007 22:52:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1He0H3-0002VW-8s for emacs-devel@gnu.org; Tue, 17 Apr 2007 22:52:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1He0H1-0002VG-G1 for emacs-devel@gnu.org; Tue, 17 Apr 2007 22:52:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1He0H1-0002VD-9Z for emacs-devel@gnu.org; Tue, 17 Apr 2007 22:51:59 -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 1He0CC-0003La-QS; Tue, 17 Apr 2007 22:47:01 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l3I2kvDk004540; Wed, 18 Apr 2007 11:46:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l3I2kuQv005670; Wed, 18 Apr 2007 11:46:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l3I2kukw010974; Wed, 18 Apr 2007 11:46:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1He0C8-00087H-4n; Wed, 18 Apr 2007 11:46:56 +0900 In-reply-to: (message from Richard Stallman on Tue, 17 Apr 2007 22:02:57 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.97 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: 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:69555 Archived-At: In article , Richard Stallman writes: > It seems that this is the right fix at the moment because > parse-time.el doesn't pay attention to non-ASCII characters > at all. In the future, we may have to improve it for > non-ASCII characters if necesary. > Shall I install that change? > Please do! Done. --- Kenichi Handa handa@m17n.org