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

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

bug#6899: [java-mode] values of an enum implementing an interface are in


From: Paul Pogonyshev
Subject: bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly
Date: Mon, 23 Aug 2010 12:40:55 +0300
User-agent: KMail/1.12.3 (Linux/2.6.27.5-117.fc10.i686; KDE/4.3.3; i686; ; )

After 2010-07-31 changes by Nathaniel Flath, 'enum' in Java mode is
now highlighted as keyword.  However, its values are still not
indented properly _if_ it implements an interface:

    enum X implements Y
    {
        A,
            B,
            C;
    }

Note that if 'implements Y' is removed, indentation becomes correct.

This is on GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version
2.14.4).





reply via email to

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