all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuan Fu <casouri@gmail.com>
To: e190@163.com
Cc: 60267@debbugs.gnu.org
Subject: bug#60267: The auto keyword is blocked in c-ts-mode
Date: Fri, 23 Dec 2022 13:17:55 -0800	[thread overview]
Message-ID: <9456BB7F-799B-409E-9F2D-DF7153112D9F@gmail.com> (raw)
In-Reply-To: <202212231106017577251@163.com>



> On Dec 22, 2022, at 7:06 PM, e190@163.com wrote:
> 
> From: sniper <e190@163.com>
> To: bug-gnu-emacs@gnu.org
> Subject: 30.0.50; The auto keyword is blocked in c-ts-mode
> Date: Fri, 23 Dec 2022 11:01:37 +0800
> Message-ID: <87h6xmakmm.fsf@sniper-VirtualBox.mail-host-address-is-not-set>
> --text follows this line--
> 
> If it is in the c file, enable c-ts-mode.
> Then the code pops up and emacs freezes.
> 
> ``` c
> for (auto i = 0; i < 0; ++i) {
> }
> ```
> 
> But if there is an int, there is no problem. Once you remove the int, emacs will get stuck
> 
> ``` c
> for (auto int i = 0; i < 0; ++i) {
> }
> ```

Thanks, I’ll look into it.

Yuan




  reply	other threads:[~2022-12-23 21:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23  3:06 bug#60267: The auto keyword is blocked in c-ts-mode e190
2022-12-23 21:17 ` Yuan Fu [this message]
2022-12-24  8:00 ` Yuan Fu

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=9456BB7F-799B-409E-9F2D-DF7153112D9F@gmail.com \
    --to=casouri@gmail.com \
    --cc=60267@debbugs.gnu.org \
    --cc=e190@163.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.