From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: interactive regexp typing: incorrect diagnostic Date: Thu, 10 Jun 2004 02:55:20 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086850558 19020 80.91.224.253 (10 Jun 2004 06:55:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2004 06:55:58 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 10 08:55:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BYJTb-0006mt-00 for ; Thu, 10 Jun 2004 08:55:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYJUH-0001O5-Lm for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Jun 2004 02:56:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYJUE-0001Nn-BL for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2004 02:56:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYJUD-0001NO-EL for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2004 02:56:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYJUD-0001N1-5T for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2004 02:56:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYJT6-000234-IP for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2004 02:55:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BYJT6-0007K1-0X; Thu, 10 Jun 2004 02:55:20 -0400 Original-To: Akim Demaille In-reply-to: (message from Akim Demaille on Mon, 07 Jun 2004 09:54:06 +0200) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8166 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8166 The Emacs paren-matched has no understanding of regexp syntax, so I am not surprised by this bug. Fixing it would be a lot of work. If someone writes code for this, we could install it.