From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.bugs Subject: Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function Date: Sun, 20 Mar 2005 21:07:34 +0100 Message-ID: <877jk2jd2x.fsf@marant.org> References: <87sm2qw5lc.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1111349571 31364 80.91.229.2 (20 Mar 2005 20:12:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2005 20:12:51 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 20 21:12:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DD6mZ-0007Sa-0W for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Mar 2005 21:12:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DD73W-0002i8-9F for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Mar 2005 15:29:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DD72r-0002Gq-Mb for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2005 15:29:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DD72j-0002AN-UC for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2005 15:29:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DD72j-00029b-Nk for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2005 15:29:01 -0500 Original-Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DD6j6-00038g-Ie for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2005 15:08:44 -0500 Original-Received: from amboise (unknown [82.227.97.206]) by postfix4-1.free.fr (Postfix) with ESMTP id 9D25D2BA752; Sun, 20 Mar 2005 21:08:43 +0100 (CET) Original-Received: by amboise (Postfix, from userid 1000) id 0658E2C03F; Sun, 20 Mar 2005 21:07:35 +0100 (CET) Original-To: Stefan Monnier In-Reply-To: <87sm2qw5lc.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sun, 20 Mar 2005 13:11:44 -0500") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (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:10970 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10970 Stefan Monnier writes: >> { >> 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. Cheers, --=20 J=E9r=F4me Marant