unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: emacs-devel@gnu.org, ding@gnus.org
Subject: Re: re-search bug?
Date: Thu, 03 Feb 2005 12:13:51 +0900	[thread overview]
Message-ID: <b9ywttquyhc.fsf@jpl.org> (raw)
In-Reply-To: 200502030223.LAA24558@etlken.m17n.org

>>>>> In <200502030223.LAA24558@etlken.m17n.org> Kenichi Handa wrote:

>> 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)))

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

I confirmed it has been fixed.  Thanks.  At just the time
Handa-san fixed it, I was looking for the cause of the problem. ;-)

> 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

I see it is the case issue.  The form above did work if
`case-fold-search' was bound to nil.

Regards,




  reply	other threads:[~2005-02-03  3:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03  1:12 re-search bug? Katsumi Yamaoka
2005-02-03  2:23 ` Kenichi Handa
2005-02-03  3:13   ` Katsumi Yamaoka [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=b9ywttquyhc.fsf@jpl.org \
    --to=yamaoka@jpl.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).