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

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

bug#43951: 26.3; Java-mode annotation indentation


From: Pankaj Jangid
Subject: bug#43951: 26.3; Java-mode annotation indentation
Date: Thu, 28 Jan 2021 11:22:27 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

John Olsson <johol@lysator.liu.se> writes:

> I can’t indent some lines (marked with “<=“ at the end of the line)
>
> public class Foo
> { <=
> @Foo(a=true <=
> b=false)
> boolean foo = false; <=
> } <=
>
> When I try I get the error message 
>
> Wrong type argument: integer-or-marker-p, t
>
> in the mini-buffer. It is almost the inverse problem, the line I
> previously got wrong indentation on indents correctly, but almost all
> other lines fails to indent at all...

The above snippet is perfectly indented on my latest build (today). I
suspect some customisation in your init.

Could you please try again after (setq debug-on-error t)?





reply via email to

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