emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60873: closed (29.0.60; c-ts-mode: Some blocks and content are not i


From: GNU bug Tracking System
Subject: bug#60873: closed (29.0.60; c-ts-mode: Some blocks and content are not indented right)
Date: Thu, 19 Jan 2023 22:48:02 +0000

Your message dated Thu, 19 Jan 2023 14:47:20 -0800
with message-id <713B1DF1-D9C3-48DF-831F-4761E404F98C@gmail.com>
and subject line Re: bug#60873: 29.0.60; c-ts-mode: Some blocks and content are 
not  indented right
has caused the debbugs.gnu.org bug report #60873,
regarding 29.0.60; c-ts-mode: Some blocks and content are not indented right
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60873: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60873
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; c-ts-mode: Some blocks and content are not indented right Date: Tue, 17 Jan 2023 14:37:25 +0530
The following code is indented wrong:

int
main (int   argc,
      char *argv[])
{
  {
      int i = 0;
    }
}

For which, the expected indentation is:

int
main (int   argc,
      char *argv[])
{
  {
    int i = 0;
  }
}


In GNU Emacs 29.0.60 (build 6, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.16.0) of 2023-01-17 built on purism
Repository revision: e8c77d9abda9c5c48de546a4ff667ffdf3d27c94
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12101005
System Description: Debian GNU/Linux bookworm/sid



--- End Message ---
--- Begin Message --- Subject: Re: bug#60873: 29.0.60; c-ts-mode: Some blocks and content are not indented right Date: Thu, 19 Jan 2023 14:47:20 -0800
Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> The following code is indented wrong:
>
> int
> main (int   argc,
>       char *argv[])
> {
>   {
>       int i = 0;
>     }
> }
>
> For which, the expected indentation is:
>
> int
> main (int   argc,
>       char *argv[])
> {
>   {
>     int i = 0;
>   }
> }
>

Thanks! I’ve fixed it and added a test.

Yuan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]