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") nil I think both should fail. They should work with \\{2\\}, though, of course. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages xemacs21 depends on: ii xemacs21-mule 21.4.18-1 highly customizable text editor -- xemacs21 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]