emacs-devel
[Top][All Lists]
Advanced

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

Re: re-search bug?


From: Kenichi Handa
Subject: Re: re-search bug?
Date: Thu, 3 Feb 2005 11:23:55 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Katsumi Yamaoka <address@hidden> writes:

> Hi,
> With the latest Emacs CVS, the following form causes an error.

> (with-temp-buffer
>   (insert "Sender: ")
>   (let ((pt (point)))
>     (insert "address@hidden")
>     (re-search-backward "address@hidden" pt)))

> It's quite strange.  Because of this, all mails delivered to the
> ding list are stored into the `bogus' group.  Please help!

This is due to my last change for handling cases for
I-WITH-DOT-ABOVE and DOTLESS-i.  I've just cancelled those
changes.

It seems that the current code in casefiddle.c has a serious
bug in supporting this kind of case-mapping.

i <--up/downcase--> I
DOTLESS-i --upcase-> I
I-WITH-DOT-ABOVE --downcase-> i

---
Ken'ichi HANDA
address@hidden




reply via email to

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