unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly
@ 2010-08-23  9:40 Paul Pogonyshev
  2016-08-14 20:22 ` Alex
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Pogonyshev @ 2010-08-23  9:40 UTC (permalink / raw)
  To: 6899

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





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

* bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly
  2010-08-23  9:40 bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly Paul Pogonyshev
@ 2016-08-14 20:22 ` Alex
  0 siblings, 0 replies; 2+ messages in thread
From: Alex @ 2016-08-14 20:22 UTC (permalink / raw)
  To: Paul Pogonyshev; +Cc: 6899

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.





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

end of thread, other threads:[~2016-08-14 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23  9:40 bug#6899: [java-mode] values of an enum implementing an interface are indented incorrectly Paul Pogonyshev
2016-08-14 20:22 ` Alex

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