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

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

Re: (perl-mode) bad indentation if no trailing comma in nested hashes


From: Stefan Monnier
Subject: Re: (perl-mode) bad indentation if no trailing comma in nested hashes
Date: Sun, 20 Mar 2005 13:05:54 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I have a hash starting with the following lines:

> %LCDkmaps = (
>            'i386' => {
>                'qwerty' => {
>                    'US' => { 
>                        'Standard' => 'us',
>                        'With latin1' => 'us-latin1',
>                        },
>                    'UK' => 'uk',
>                },
>            },
>            'sparc' => {
>                'T5' => {

I believe the patch I installed fixes this bug without hopefully
introducing another.


        Stefan




reply via email to

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