emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch


From: Jay Belanger
Subject: Re: string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch)
Date: Sun, 14 Jan 2007 14:13:24 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Kenichi Handa <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]