all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8494: Java indentation with anotations
@ 2011-04-13 19:53 Diogo Sousa
  2016-08-14 21:07 ` Alex
  0 siblings, 1 reply; 2+ messages in thread
From: Diogo Sousa @ 2011-04-13 19:53 UTC (permalink / raw)
  To: 8494

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

Hello,

I'm reporting a bug in java-mode indentation.

When class or method anotations are present emacs incorrecly idents them:

@Foo
        class Mumble
 {
         @Atomic
                 void foo()
         {

         }
}

When it should be:

@Foo
class Mumble
{
         @Atomic
         void foo()
         {

         }
}


Thank You,
Diogo Sousa


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

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

* bug#8494: Java indentation with anotations
  2011-04-13 19:53 bug#8494: Java indentation with anotations Diogo Sousa
@ 2016-08-14 21:07 ` Alex
  0 siblings, 0 replies; 2+ messages in thread
From: Alex @ 2016-08-14 21:07 UTC (permalink / raw)
  To: Diogo Sousa; +Cc: 8494

close 8494 24.5
quit

Diogo Sousa <diogogsousa@gmail.com> writes:

> Hello,
>
> I'm reporting a bug in java-mode indentation.
>
> When class or method anotations are present emacs incorrecly idents them:
>
> @Foo
>         class Mumble
>  {
>          @Atomic
>                  void foo()
>          {
>
>          }
> }
>
> When it should be:
>
> @Foo
> class Mumble
> {
>          @Atomic
>          void foo()
>          {
>
>          }
> }
>
>
> Thank You,
> Diogo Sousa

This indents correctly in 24.5.





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 19:53 bug#8494: Java indentation with anotations Diogo Sousa
2016-08-14 21:07 ` Alex

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.