From: Yuan Fu <casouri@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "川本 琢二(Dr.Sc.KAWAMOTO, Takuji)" <kawamoto.takuji@gmail.com>,
71205@debbugs.gnu.org
Subject: bug#71205: 29.3; Automatic indentation of c-ts-mode doesn't work well for me.
Date: Wed, 5 Jun 2024 22:25:58 -0700 [thread overview]
Message-ID: <8103A524-0785-4BEB-9744-F755A74B6B12@gmail.com> (raw)
In-Reply-To: <867cfhxa8o.fsf@gnu.org>
> On May 26, 2024, at 1:12 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> Date: Sun, 26 May 2024 13:32:37 +0900
>> From: 川本 琢二
>> (Dr.Sc.KAWAMOTO, Takuji) <kawamoto.takuji@gmail.com>
>>
>> 1. Start emacs.
>> 2. Open the C source code file and write the following content.
>>
>> ----------- c source code file begins -------------
>> void test(void)
>> {
>> do🔳
>> ----------- c source code file ends ---------------
>>
>> 3. Place the cursor after `do` and press Return.
>>
>> Expected behaviour is automatic indentation. I want to move the cursor
>> to the 5th column of the next line.
>> However, the observed behavior is NOT indentation. The cursor moves to
>> the 1st column of the next line.
>
> I think this is because the above source code fails to parse. If you
> add a closing brace after the "do" line, and then repeat your recipe,
> the cursor goes to column 3.
>
> Yuan, can you please look into this?
Thanks for your detailed report, Kawamoto san. Yes, this is due to the source code not being complete (missing closing brackets). For the moment, I suggest turning on electric-pair-mode which automatically adds closing brackets.
Yuan
next prev parent reply other threads:[~2024-06-06 5:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-26 4:32 bug#71205: 29.3; Automatic indentation of c-ts-mode doesn't work well for me 川本 琢二
2024-05-26 8:12 ` Eli Zaretskii
2024-06-06 5:25 ` Yuan Fu [this message]
2024-06-06 15:53 ` 川本 琢二
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8103A524-0785-4BEB-9744-F755A74B6B12@gmail.com \
--to=casouri@gmail.com \
--cc=71205@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=kawamoto.takuji@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.