Gnus development mailing list
 help / color / mirror / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: ding@gnus.org, emacs-devel@gnu.org
Subject: Re: re-search bug?
Date: Thu, 3 Feb 2005 11:23:55 +0900 (JST)	[thread overview]
Message-ID: <200502030223.LAA24558@etlken.m17n.org> (raw)
In-Reply-To: <b9yekfytpjy.fsf@jpl.org> (message from Katsumi Yamaoka on Thu, 03 Feb 2005 10:12:01 +0900)

In article <b9yekfytpjy.fsf@jpl.org>, Katsumi Yamaoka <yamaoka@jpl.org> writes:

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

> (with-temp-buffer
>   (insert "Sender: ")
>   (let ((pt (point)))
>     (insert "ding-owner@lists.math.uh.edu")
>     (re-search-backward "ding-owner@lists\\.math\\.uh\\.edu" 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
handa@m17n.org

  reply	other threads:[~2005-02-03  2:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03  1:12 Katsumi Yamaoka
2005-02-03  2:23 ` Kenichi Handa [this message]
2005-02-03  3:13   ` Katsumi Yamaoka
2005-02-03 19:14   ` Richard Stallman
2005-02-04  1:14     ` Kenichi Handa
2005-02-04 14:03       ` Stefan Monnier
2005-02-05 17:39         ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502030223.LAA24558@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).