emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11118: closed (New option perl-indent-parens-as-bl


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11118: closed (New option perl-indent-parens-as-block)
Date: Tue, 17 Apr 2012 02:49:02 +0000

Your message dated Mon, 16 Apr 2012 22:48:48 -0400
with message-id <address@hidden>
and subject line Re: bug#11118: Patch
has caused the debbugs.gnu.org bug report #11118,
regarding New option perl-indent-parens-as-block
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11118: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11118
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: New option perl-indent-parens-as-block Date: Wed, 28 Mar 2012 21:56:45 +0100 At present, perl-mode aligns non-block closing brackets with the contents of the brackets, thus:

my @list = (
    'item one',
    'item two',
    'item three',
    );

Now, cperl-mode features on option, cperl-indent-parens-as-block, that causes the closing bracket to be aligned with the line of the opening bracket, as follows:

my @list = (
    'item one',
    'item two',
    'item three',
);

I personally find the latter behaviour easier to follow, and would like perl-mode to be able to do the same thing.

A patch is on the way...

--
Peter Oliver


--- End Message ---
--- Begin Message --- Subject: Re: bug#11118: Patch Date: Mon, 16 Apr 2012 22:48:48 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.2

Thanks; applied to trunk, so expect it in 24.2.
Thanks especially for including ChangeLog and NEWS entries.
The only thing you forgot was the :version tag. :)

BTW, we would need an FSF copyright assignment to accept any further
patches from you. It's straightforward to do - let me know off-list if
you want.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]