From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function Date: Mon, 21 Mar 2005 08:40:39 -0500 Message-ID: <87d5ttw254.fsf-monnier+emacs@gnu.org> References: <87sm2qw5lc.fsf-monnier+emacs@gnu.org> <877jk2jd2x.fsf@marant.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111414445 22957 80.91.229.2 (21 Mar 2005 14:14:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 14:14:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 21 15:14:04 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDNbz-0004Ta-3K for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Mar 2005 15:10:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDNVA-0005qt-ME for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Mar 2005 09:03:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDNQL-00056A-V2 for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2005 08:58:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDNQD-00050g-8B for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2005 08:58:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDNQD-0004yW-0k for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2005 08:58:21 -0500 Original-Received: from [209.226.175.184] (helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDN96-0003OM-J6 for bug-gnu-emacs@gnu.org; Mon, 21 Mar 2005 08:40:40 -0500 Original-Received: from alfajor ([67.71.26.238]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050321134040.PASE1919.tomts22-srv.bellnexxia.net@alfajor>; Mon, 21 Mar 2005 08:40:40 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id C6D08D72F3; Mon, 21 Mar 2005 08:40:39 -0500 (EST) Original-To: =?iso-8859-1?q?J=3Fr=3Fme_Marant?= In-Reply-To: <877jk2jd2x.fsf@marant.org> ( =?iso-8859-1?q?J=3Fr=3Fme_Marant's_message_of?= "Sun, 20 Mar 2005 21:07:34 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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 X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.bugs:10973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10973 >>> { >>> main::bar; >>> my $test; >>> } >> >> Can't reproduce it here. > This is weird. > I could reproduce it with a one week old CVS checkout. > I don't have any perl-mode variables configured in my .emacs. Well, I tried harder and still can't reproduce it. Stefan