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

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

bug#19385: default align rules doesn't know about Java arrays


From: Lars Ingebrigtsen
Subject: bug#19385: default align rules doesn't know about Java arrays
Date: Mon, 28 Dec 2020 02:47:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Paul Pogonyshev <pogonyshev@gmail.com> writes:

> Type the following in a Java buffer:
>
> class X
> {
>     String field1;
>     String[] field2;
>     int field3;
>     int[] field4;
>     X field5;
>     X[] field6;
> }
>
> Select the six field lines and 'M-x align' them:

This should now be fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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