From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch) Date: Sun, 14 Jan 2007 14:13:24 -0600 Message-ID: <87y7o5z7rv.fsf@vh213602.truman.edu> References: <87ejq0rpxo.fsf_-_@vh213602.truman.edu> Reply-To: belanger@truman.edu NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168884742 1065 80.91.229.12 (15 Jan 2007 18:12:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 18:12:22 +0000 (UTC) Cc: sdl.web@gmail.com, belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 15 19:12:18 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 1H6Vcl-0003gC-8d for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2007 18:27:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6Bjs-0005xX-DE for ged-emacs-devel@m.gmane.org; Sun, 14 Jan 2007 15:14:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6BjP-0005rR-63 for emacs-devel@gnu.org; Sun, 14 Jan 2007 15:13:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6BjO-0005qr-D8 for emacs-devel@gnu.org; Sun, 14 Jan 2007 15:13:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6BjO-0005ql-6n for emacs-devel@gnu.org; Sun, 14 Jan 2007 15:13:30 -0500 Original-Received: from [24.116.0.229] (helo=S3.cableone.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6BjN-0007S5-Iq for emacs-devel@gnu.org; Sun, 14 Jan 2007 15:13:29 -0500 Original-Received: from vh213602.truman.edu.truman.edu (unverified [69.92.109.183]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 90260884 for multiple; Sun, 14 Jan 2007 13:13:27 -0700 Original-To: emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Sat\, 13 Jan 2007 10\:27\:52 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 0, First 84, in=45, out=0, spam=0 X-External-IP: 69.92.109.183 X-Abuse-Info: Send abuse complaints to abuse@cableone.net 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:65196 Archived-At: 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. Great. Meanwhile, as a temporary fix for Calc, adding (add-hook 'calc-ext-load-hook (lambda () (defun math-read-preprocess-string (str) str))) to the user's emacs init file should get Calc working again. Jay