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: (perl-mode) perl-mode misindents line after "main::foo" as first line of function Date: Mon, 07 Mar 2005 22:43:47 +0100 Message-ID: <87ekerw2r0.fsf@marant.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 1110243670 9019 80.91.229.2 (8 Mar 2005 01:01:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 01:01:10 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 02:06:50 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8TB5-0003xd-Bf for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 02:06:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8TPS-0003JA-7r for geb-bug-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 20:21:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8TN7-0002OT-Ir for bug-gnu-emacs@gnu.org; Mon, 07 Mar 2005 20:18:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8TMv-0002IE-Hy for bug-gnu-emacs@gnu.org; Mon, 07 Mar 2005 20:18:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8TMt-0002Dg-MZ for bug-gnu-emacs@gnu.org; Mon, 07 Mar 2005 20:18:39 -0500 Original-Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8Spr-0000ws-WC for bug-gnu-emacs@gnu.org; Mon, 07 Mar 2005 19:44:32 -0500 Original-Received: from amboise (unknown [82.227.97.206]) by postfix4-1.free.fr (Postfix) with ESMTP id 5F18D2A6904 for ; Mon, 7 Mar 2005 22:44:22 +0100 (CET) Original-Received: by amboise (Postfix, from userid 1000) id 35BD72C03E; Mon, 7 Mar 2005 22:43:47 +0100 (CET) Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (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:10882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10882 This is all for now. The remaining bugs are either already fixed or unreproducible. Cheers, ---------- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D269056 >>From chops@demiurgestudios.com Mon Aug 30 09:15:48 2004 Received: (at submit) by bugs.debian.org; 30 Aug 2004 16:15:48 +0000 Return-path: Received: from (qix.demiurgestudios.com) [12.151.131.245]=20 by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C1oot-0003jR-00; Mon, 30 Aug 2004 09:15:47 -0700 Received: from [192.168.1.100] (helo=3Dpogo.intelio.com) by qix.demiurgestudios.com with esmtp (Exim 3.35 #1 (Debian)) id 1C1oos-0005FM-00; Mon, 30 Aug 2004 12:15:46 -0400 Received: by pogo.intelio.com (Postfix, from userid 501) id D5DFB32971; Mon, 30 Aug 2004 12:15:45 -0400 (EDT) Content-Type: text/plain; charset=3D"us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andrew Moise To: Debian Bug Tracking System Subject: emacs21: perl-mode misindents line after "main::foo" as first line= of function X-Mailer: reportbug 2.64 Date: Mon, 30 Aug 2004 12:15:45 -0400 Message-Id: <20040830161545.D5DFB32971@pogo.intelio.com> X-BadReturnPath: moise@pogo.internal.demiurgestudios.com rewritten as chops= @demiurgestudios.com using "From" header Delivered-To: submit@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25=20 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=3D-8.0 required=3D4.0 tests=3DBAYES_00,HAS_PACKAGE= =20 autolearn=3Dno version=3D2.60-bugs.debian.org_2004_03_25 X-Spam-Level:=20 Package: emacs21 Version: 21.3+1-7 Severity: minor perl-mode misindents this program as follows: { main::bar; my $test; } I would of course expect 'my $test' to be indented four spaces instead of six. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7+mppe Locale: LANG=3Den_US.UTF-8, LC_CTYPE=3Den_US.UTF-8 Versions of packages emacs21 depends on: ii emacs21-bin-common 21.3+1-7 The GNU Emacs editor's shared,= arc ii libc6 2.3.2.ds1-16 GNU C Library: Shared librarie= s an ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libjpeg62 6b-9 The Independent JPEG Group's J= PEG=20 ii libncurses5 5.4-4 Shared libraries for terminal = hand ii libpng12-0 1.2.5.0-7 PNG library - runtime ii libsm6 4.3.0.dfsg.1-6 X Window System Session Manage= ment ii libtiff4 3.6.1-1.1 Tag Image File Format library ii libungif4g 4.1.3-1 shared library for GIF images = (run ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol clien= t li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous = exte ii libxmu6 4.3.0.dfsg.1-6 X Window System miscellaneous = util ii libxpm4 4.3.0.dfsg.1-6 X pixmap library ii libxt6 4.3.0.dfsg.1-6 X Toolkit Intrinsics ii xaw3dg 1.5+E-7 Xaw3d widget set ii xlibs 4.3.0.dfsg.1-6 X Window System client librari= es m ii zlib1g 1:1.2.1.1-5 compression library - runtime -- no debconf information ---------- --=20 J=E9r=F4me Marant