[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71225: 30.0.50; [PATCH] c-ts-common-comment-indent-new-line does not
From: |
Andrea Corallo |
Subject: |
bug#71225: 30.0.50; [PATCH] c-ts-common-comment-indent-new-line does not behave like c/c++-mode in comments |
Date: |
Tue, 28 May 2024 14:15:20 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Vincenzo Pupillo <v.pupillo@gmail.com> writes:
> Hi,
> the c-ts-common-comment-indent-new-line does not behave like c/c++-mode in
> comments.
> M-j also behaves differently in different places.
>
> // M-j wrong behavior.
> int test(int a)
> {
> /** (1)
> */
> int a;
>
> /* (1)
> */
> int b;
> // test (1)
>
> int c; // blah blah
> // (3)
> }
>
> /* (2)
> */
>
> /** (2)
> */
>
> // (2)
>
> If you place the cursor at the positions indicated by (1) and (2), press M-j
> the result is different and is different from what happens with c/c++-mode.
>
> As a bonus, the attached patch also allows single-line comments placed at the
> end of a line to be indented as in c-mode (as in "(3)")
>
> Thank you.
> V.
Adding Theodor in.
Thanks
Andrea