Your message dated Fri, 11 Aug 2017 18:38:25 +0000
with message-id <e1dgepf-0007hj...@fasolo.debian.org>
and subject line Bug#871627: Removed package(s) from unstable
has caused the Debian Bug report #291017,
regarding ${$ret->{foo}} breaks indentation in perl mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
291017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: emacs21
Version: 21.3+1-8

Using perl mode the indent-region function does not
work for

===================================================
#!/usr/bin/perl -w
# -*- perl -*-

sub bar {
~    my $ret = somefunc();
~    ${$ret->{foo}} = 1;
~    return(${$ret->{foo}});
}
===================================================

It is changed into
===================================================
#!/usr/bin/perl -w
# -*- perl -*-

sub bar {
~    my $ret = somefunc();
~    ${$ret->{foo}} = 1;
return(${$ret->{foo}});
}
===================================================
Note the left-aligned return line.

Finding the matching paranthesis in ${$ret->{foo}}
does not work for the right closing paranthesis,
either.

No such problem for cperl mode.


Regards

Harri
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB7NARUTlbRTxpHjcRAp2bAJ9wGg1u/2E1G6EaSo0pKnryHwqnmwCeI+mE
zykgWkHTIMWCdhD64FocHLo=
=6kV0
-----END PGP SIGNATURE-----


--- End Message ---
--- Begin Message ---
Version: 24.5+1-11+rm

Dear submitter,

as the package emacs24 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/871627

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to