unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* (perl-mode) perl-mode misindents line after "main::foo" as first line of function
@ 2005-03-07 21:43 Jérôme Marant
  0 siblings, 0 replies; 7+ messages in thread
From: Jérôme Marant @ 2005-03-07 21:43 UTC (permalink / raw)



This is all for now. The remaining bugs are either already fixed
or unreproducible.

Cheers,

----------

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269056

>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: <chops@demiurgestudios.com>
Received: from (qix.demiurgestudios.com) [12.151.131.245] 
	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=pogo.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="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andrew Moise <chops@demiurgestudios.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

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=en_US.UTF-8, LC_CTYPE=en_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 libraries an
ii  libice6                   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62                 6b-9           The Independent JPEG Group's JPEG 
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 Management
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 client 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 libraries m
ii  zlib1g                    1:1.2.1.1-5    compression library - runtime

-- no debconf information

----------

-- 
Jérôme Marant

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
       [not found] <mailman.2950.1110244746.32256.bug-gnu-emacs@gnu.org>
@ 2005-03-20 18:11 ` Stefan Monnier
  2005-03-20 20:07   ` Jérôme Marant
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2005-03-20 18:11 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> {
>     main::bar;
>       my $test;
> }

Can't reproduce it here.


        Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
  2005-03-20 18:11 ` Stefan Monnier
@ 2005-03-20 20:07   ` Jérôme Marant
  2005-03-21 13:40     ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Jérôme Marant @ 2005-03-20 20:07 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Stefan Monnier <monnier@iro.umontreal.ca> 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,

-- 
Jérôme Marant

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
  2005-03-20 20:07   ` Jérôme Marant
@ 2005-03-21 13:40     ` Stefan Monnier
  2005-03-23 21:11       ` Jérôme Marant
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2005-03-21 13:40 UTC (permalink / raw)
  Cc: bug-gnu-emacs

>>> {
>>>    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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
  2005-03-21 13:40     ` Stefan Monnier
@ 2005-03-23 21:11       ` Jérôme Marant
  2005-03-23 23:26         ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Jérôme Marant @ 2005-03-23 21:11 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Stefan Monnier <monnier@iro.umontreal.ca> writes:


>> 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.

I rebuilt the .elc file after a fresh cvs update, and I can't reproduce
it anymore.

However, syntax highlighting doesn't seem to work with it any more.

Cheers,

-- 
Jérôme Marant

http://marant.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
  2005-03-23 21:11       ` Jérôme Marant
@ 2005-03-23 23:26         ` Stefan Monnier
  2005-03-26 15:09           ` Jérôme Marant
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2005-03-23 23:26 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> However, syntax highlighting doesn't seem to work with it any more.

Do you have more details?


        Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (perl-mode) perl-mode misindents line after "main::foo" as first line of function
  2005-03-23 23:26         ` Stefan Monnier
@ 2005-03-26 15:09           ` Jérôme Marant
  0 siblings, 0 replies; 7+ messages in thread
From: Jérôme Marant @ 2005-03-26 15:09 UTC (permalink / raw)


Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> However, syntax highlighting doesn't seem to work with it any more.
>
> Do you have more details?

Everything seems to be fixed for me now. Let's forget about this
bug report.

Thanks.

-- 
Jérôme Marant

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-26 15:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-07 21:43 (perl-mode) perl-mode misindents line after "main::foo" as first line of function Jérôme Marant
     [not found] <mailman.2950.1110244746.32256.bug-gnu-emacs@gnu.org>
2005-03-20 18:11 ` Stefan Monnier
2005-03-20 20:07   ` Jérôme Marant
2005-03-21 13:40     ` Stefan Monnier
2005-03-23 21:11       ` Jérôme Marant
2005-03-23 23:26         ` Stefan Monnier
2005-03-26 15:09           ` Jérôme Marant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).