GNU bug report logs -
#61893
29.0.60; Indentation in c-ts-mode broken again
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Wed, 1 Mar 2023 14:38:01 UTC
Severity: normal
Found in version 29.0.60
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 61893 <at> debbugs.gnu.org (full text, mbox):
> From: Yuan Fu <casouri <at> gmail.com>
> Date: Wed, 1 Mar 2023 14:08:23 -0800
> Cc: Daniel MartÃn <mardani29 <at> yahoo.es>,
> Theodor Thornhill <theo <at> thornhill.no>,
> 61893 <at> debbugs.gnu.org
>
> > Thanks. So I wasn't dreaming after all.
>
> Sorry about that. It should be fixed now.
Thanks, it's much better now.
I spotted the following problems, not sure if they are new or not: go
to line 297 of dispnew.c, which is "#endif". Then type "C-e RET" --
point goes to column zero instead of the expected column 6. This
affects the following 3 lines as well; only the next 'if' fixes the
indentation. I see the same problem with every "#endif" line.
Line 6584 of dispnew.c, which is this:
#endif /* HAVE_WINDOW_SYSTEM */
exhibits a slightly different incorrect behavior: "C-e RET" on that
line moves point to column 7, not column 6, presumably to align with
the "/*" of the comment?
Line 6608 of dispnew.c is just "#else"; typing "C-e RET" there
unexpectedly goes to column 2 instead of 4.
This bug report was last modified 2 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.