all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "川本 琢二" <kawamoto.takuji@gmail.com>
To: Yuan Fu <casouri@gmail.com>, Eli Zaretskii <eliz@gnu.org>
Cc: 71205@debbugs.gnu.org
Subject: bug#71205: 29.3; Automatic indentation of c-ts-mode doesn't work well for me.
Date: Fri, 7 Jun 2024 00:53:02 +0900	[thread overview]
Message-ID: <c46d6cbf-57d7-4352-abd6-3aba2de028a1@gmail.com> (raw)
In-Reply-To: <8103A524-0785-4BEB-9744-F755A74B6B12@gmail.com>

Thanks for your answer, Mr Yuan.
This answer solved the original problem.

Instead, I think a new problem has been revealed.
What we should expect is for the cursor to move to column 5, because 
that's gnu style.
But it actually moves to column 3.

Thanks all.

On 2024/06/06 14:25, Yuan Fu wrote:
>
>> 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






      reply	other threads:[~2024-06-06 15:53 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
2024-06-06 15:53     ` 川本 琢二 [this message]

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=c46d6cbf-57d7-4352-abd6-3aba2de028a1@gmail.com \
    --to=kawamoto.takuji@gmail.com \
    --cc=71205@debbugs.gnu.org \
    --cc=casouri@gmail.com \
    --cc=eliz@gnu.org \
    /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.