Bug#350081: xemacs21: regexps with {} match incorrectly

2006-01-30 Thread OHURA Makoto
Hi. Thanks for your report. From: Vadim Gutnik <[EMAIL PROTECTED]> Subject: Bug#350081: xemacs21: regexps with {} match incorrectly Date: Thu, 26 Jan 2006 22:55:49 -0800 > I tried to figure out why a package I wanted to use wasn't working and I > traced > the problem t

Bug#350081: xemacs21: regexps with {} match incorrectly

2006-01-26 Thread Vadim Gutnik
Package: xemacs21 Version: 21.4.18-1 Severity: normal I tried to figure out why a package I wanted to use wasn't working and I traced the problem to a regexp. Here's a simple example of the problem: (string-match "\\(-[a-z]+\\)\\{4\\}" "-ab-cd") 0 (string-match "\\(-[a-z]+\\)\\{5\\}" "-ab-cd") n