[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are co
From: |
Eli Zaretskii |
Subject: |
bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments |
Date: |
Fri, 24 Nov 2023 16:07:37 +0200 |
> From: Noah Peart <noah.v.peart@gmail.com>
> Date: Fri, 24 Nov 2023 05:47:34 -0800
> Cc: Eli Zaretskii <eliz@gnu.org>, casouri@gmail.com, 67357@debbugs.gnu.org
>
> Sorry for the confusion: to setup the `c-ts-mode` buffers to reproduce bugs,
> run the following to configure `c-ts-mode` with `linux` style:
>
> (defun example-setup ()
> (interactive)
> (c-ts-mode)
> (setq-local indent-tabs-mode nil)
> (setq-local c-ts-mode-indent-offset 2)
> (c-ts-mode-set-style 'linux))
Thanks, but what to do after (or before?) the above, to actually
reproduce the problem?
I'm sorry I insist on a complete recipe with all the details, but IME
without having such a recipe, it is all too easy to create
misunderstandings about the problem, and harder to test solutions.
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Noah Peart, 2023/11/21
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Eli Zaretskii, 2023/11/23
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Dmitry Gutov, 2023/11/23
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Eli Zaretskii, 2023/11/23
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Dmitry Gutov, 2023/11/23
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Noah Peart, 2023/11/24
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments,
Eli Zaretskii <=
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Noah Peart, 2023/11/24
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Noah Peart, 2023/11/24
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Eli Zaretskii, 2023/11/24
- bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments, Eli Zaretskii, 2023/11/29