From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brian M Tyrrell Newsgroups: gmane.emacs.bugs Subject: Emacs perl-mode bug? Date: Wed, 11 Oct 2006 15:14:28 -0400 Message-ID: <452D4294.8080309@ll.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160598776 1429 80.91.229.2 (11 Oct 2006 20:32:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2006 20:32:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 11 22:32:52 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXkiI-0003c1-8s for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Oct 2006 22:30:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXkiH-000054-NM for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Oct 2006 16:30:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXjXJ-0000In-DV for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 15:14:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXjXF-0000Gk-Ju for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 15:14:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXjXF-0000Gg-AX for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 15:14:33 -0400 Original-Received: from [129.55.12.40] (helo=ll.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GXjfJ-0000cC-8R for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 15:22:53 -0400 Original-Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id k9BJEWLi018883 for ; Wed, 11 Oct 2006 15:14:32 -0400 (EDT) Original-Received: from UNKNOWN( ), claiming to be "[155.34.92.75]" via SMTP by llmail, id smtpdAAAutaaPK; Wed Oct 11 15:14:28 2006 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: bug-gnu-emacs@gnu.org X-Mailman-Approved-At: Wed, 11 Oct 2006 16:29:19 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15367 Archived-At: When using perl-mode in emacs 21.3.1, I was trying to use the ${varname} syntax within a pattern replace to avoid butting $varname against the subsequent text. This seemed to confuse the delimiter matching, which matched the closing "}" to the first "{" that it found before "${varname}" instead of the "{" after the "$". Is this a bug in the perl-mode, or am I just confused about my syntax? Thanks.