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: string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch) Date: Thu, 29 Mar 2007 17:00:37 +0900 Message-ID: References: <87ejq0rpxo.fsf_-_@vh213602.truman.edu> <87y7o5z7rv.fsf@vh213602.truman.edu> 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 1175155279 27076 80.91.229.12 (29 Mar 2007 08:01:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2007 08:01:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 29 10:01:08 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 1HWpZD-00018k-9G for ged-emacs-devel@m.gmane.org; Thu, 29 Mar 2007 10:01:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWpbk-0002fD-Iq for ged-emacs-devel@m.gmane.org; Thu, 29 Mar 2007 03:03:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWpbh-0002f8-Fm for emacs-devel@gnu.org; Thu, 29 Mar 2007 04:03:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWpbc-0002ei-Lr for emacs-devel@gnu.org; Thu, 29 Mar 2007 04:03:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWpbc-0002ef-IT for emacs-devel@gnu.org; Thu, 29 Mar 2007 03:03:36 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HWpZ2-0004E4-Sh for emacs-devel@gnu.org; Thu, 29 Mar 2007 04:00:57 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l2T80cwF015996; Thu, 29 Mar 2007 17:00:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l2T80cB0004894; Thu, 29 Mar 2007 17:00:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l2T80bcu010605; Thu, 29 Mar 2007 17:00:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HWpYj-0001G5-CF; Thu, 29 Mar 2007 17:00:37 +0900 In-reply-to: (message from Leo on Wed, 28 Mar 2007 23:41:21 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.95 (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:68736 Archived-At: In article , Leo writes: > On 2007-02-15, Kenichi Handa said: >>> > Thank you for tracking down the bug to that code. As I found a >>> > bug of multibyteness handling in regex code, I'm now working on >>> > fixing it. > > > > I've just installed a fix for emacs-unicode-2 branch. > I have come back to emacs-unicode-2 branch. Indeed, it is fixed and so > is the calc bug. ??? As far as I remember, the problem of calc was because of the bug of regex. Do you mean that calc still has a problem even after the bug of regex was fixed? --- Kenichi Handa handa@m17n.org