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: bug with curly brace matching in perl mode Date: Sat, 19 Oct 2002 18:45:36 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035067549 5715 80.91.224.249 (19 Oct 2002 22:45:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 22:45:49 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1832Lr-0001U3-00 for ; Sun, 20 Oct 2002 00:45:47 +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 1832Mf-00083d-00; Sat, 19 Oct 2002 18:46:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1832Lq-0007Tw-00 for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2002 18:45:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1832Lh-000741-00 for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2002 18:45:40 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1832Lg-00071i-00 for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2002 18:45:36 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 1832Lg-0004x6-00; Sat, 19 Oct 2002 18:45:36 -0400 Original-To: sp1182@tntech.edu In-reply-to: (message from Sabuj Pattanayek on Thu, 17 Oct 2002 03:13:13 -0500 (CDT)) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3728 Perl mode has lots of problems in its syntax analysis. Cperl mode is an attempt to fix them; you might try that. Unfortunately nobody is currently maintaining either one.