From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: regex and case-fold-search problem Date: Mon, 02 Sep 2002 10:54:16 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200208230625.PAA23426@etlken.m17n.org> <200208262151.g7QLpfA12782@wijiji.santafe.edu> <200208290853.RAA03185@etlken.m17n.org> <200208302008.g7UK8om20130@rum.cs.yale.edu> <200209011626.g81GQRu02861@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030978545 29600 127.0.0.1 (2 Sep 2002 14:55:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2002 14:55:45 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, handa@etl.go.jp, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lscC-0007hJ-00 for ; Mon, 02 Sep 2002 16:55:44 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ltAT-0000gx-00 for ; Mon, 02 Sep 2002 17:31:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lsdj-0000Fa-00; Mon, 02 Sep 2002 10:57:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lsap-0008Gj-00 for emacs-devel@gnu.org; Mon, 02 Sep 2002 10:54:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lsan-0008Fu-00 for emacs-devel@gnu.org; Mon, 02 Sep 2002 10:54:18 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lsam-0008Fo-00 for emacs-devel@gnu.org; Mon, 02 Sep 2002 10:54:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17lsam-0007oC-00; Mon, 02 Sep 2002 10:54:16 -0400 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-Reply-To: <200209011626.g81GQRu02861@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7331 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7331 > > It is wrong even for ASCII > Do you have any evidence to support that claim ? > You yourself said it would match characters which > were not case-equivalent to something in the originally specified range. When was it ? I'd guess that was before I installed my patch. src/ChangeLog does not list any recent changes in regex.c. Did you install a change and fail to put it in ChangeLog? Anyway, the change you sent seemed to have the problem of including excess characters in ASCII ranges. The change can't stay if it has that problem.