GNU bug report logs - #60932
29.0.60; c-ts-mode: Fails to indent enum block emitting a warning

Previous Next

Package: emacs;

Reported by: Mohammed Sadiq <sadiq <at> sadiqpk.org>

Date: Wed, 18 Jan 2023 14:10:02 UTC

Severity: normal

Found in version 29.0.60

Fixed in versions 30.1, 29.1

Done: Theodor Thornhill <theo <at> thornhill.no>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 60932 <at> debbugs.gnu.org (full text, mbox):

From: Theodor Thornhill <theo <at> thornhill.no>
To: Mohammed Sadiq <sadiq <at> sadiqpk.org>
Cc: 60932 <at> debbugs.gnu.org
Subject: Re: bug#60932: 29.0.60; c-ts-mode: Fails to indent enum block
 emitting a warning
Date: Sat, 21 Jan 2023 08:48:14 +0100
Mohammed Sadiq <sadiq <at> sadiqpk.org> writes:

> On 2023-01-21 02:54, Theodor Thornhill wrote:
>> Should be fixed in latest master, closing this :)
>
> Well, this should be fixed in emacs-29 branch too, right?
> The warning has gone there, but enum indentation is still broken,
>
> I get:
>
> enum {
> GTK_PAD_ACTION_BUTTON,
> GTK_PAD_ACTION_RING,
> GTK_PAD_ACTION_STRIP
> } GtkPadActionType;
>
> but I expect to get:
>
> enum {
>    GTK_PAD_ACTION_BUTTON,
>    GTK_PAD_ACTION_RING,
>    GTK_PAD_ACTION_STRIP
> } GtkPadActionType;


Sorry, my bad.  Applied to emacs-29 now.  Does it work for you now?

Theo




This bug report was last modified 2 years and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.