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: Alex
Subject: bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly
Date: Sun, 14 Aug 2016 14:22:47 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Paul Pogonyshev <p.pogonyshev@anakreon.net> writes:

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

close 6899 24.5
quit

This appears to be fixed in 24.5.





reply via email to

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