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, 15 Feb 2007 20:30:33 +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 1171539068 7685 80.91.229.12 (15 Feb 2007 11:31:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2007 11:31:08 +0000 (UTC) Cc: sdl.web@gmail.com, belanger@truman.edu, emacs-devel@gnu.org To: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 15 12:31:01 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 1HHepI-0001Av-Vg for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 12:31:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHepI-0001AV-Ca for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 06:31:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHep7-00019x-Hh for emacs-devel@gnu.org; Thu, 15 Feb 2007 06:30:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHep6-000185-EC for emacs-devel@gnu.org; Thu, 15 Feb 2007 06:30:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHep6-00017t-92 for emacs-devel@gnu.org; Thu, 15 Feb 2007 06:30:48 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHep5-0004zt-LF for emacs-devel@gnu.org; Thu, 15 Feb 2007 06:30:48 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l1FBUYkf005027; Thu, 15 Feb 2007 20:30:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l1FBUY4I028930; Thu, 15 Feb 2007 20:30:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l1FBUXx3000510; Thu, 15 Feb 2007 20:30:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HHeor-0003Qh-1i; Thu, 15 Feb 2007 20:30:33 +0900 In-reply-to: <87y7o5z7rv.fsf@vh213602.truman.edu> (message from Jay Belanger on Sun, 14 Jan 2007 14:13:24 -0600) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.93 (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:66416 Archived-At: In article <87y7o5z7rv.fsf@vh213602.truman.edu>, Jay Belanger writes: > Kenichi Handa writes: ... > > 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. --- Kenichi Handa handa@m17n.org