unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21647: 24.5; Perl-mode indenting fooled by ...=cut region
@ 2015-10-08 13:12 積丹尼 Dan Jacobson
  2015-10-14 22:05 ` bug#21647: [Patch] Don't let perl indentation get fooled by =cut Tom Willemse
  2019-09-29 22:11 ` Stefan Kangas
  0 siblings, 2 replies; 3+ messages in thread
From: 積丹尼 Dan Jacobson @ 2015-10-08 13:12 UTC (permalink / raw)
  To: 21647

Perl-mode indents the %Y wrong, if %X is commented.
If %X is uncommented, then both will be indented correctly.

if ( $ARGV[0] eq "TAIWAN" ) {

#    my %X;

=zz
    my %points = (
        A => [ 25.08, 120.61 ],
        B => [ 25.08, 121.40 ],
    );

    use constant TAIWAN_MAP => '
_aBC
_dEF
_GH_
jKL_
MNO_
pQR_
_Tu_
_vW';
=cut

my %Y;
}

In GNU Emacs 24.5.1 (i586-pc-linux-gnu, GTK+ Version 3.16.6)
 of 2015-09-21 on binet, modified by Debian





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

end of thread, other threads:[~2019-09-29 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 13:12 bug#21647: 24.5; Perl-mode indenting fooled by ...=cut region 積丹尼 Dan Jacobson
2015-10-14 22:05 ` bug#21647: [Patch] Don't let perl indentation get fooled by =cut Tom Willemse
2019-09-29 22:11 ` Stefan Kangas

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