|
From: | Noah Peart |
Subject: | bug#67357: [PATCH] Fix c-ts-mode block indent when first-siblings are comments |
Date: | Fri, 24 Nov 2023 06:35:06 -0800 |
> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |