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

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

bug#60932: 29.0.60; c-ts-mode: Fails to indent enum block emitting a war


From: Mohammed Sadiq
Subject: bug#60932: 29.0.60; c-ts-mode: Fails to indent enum block emitting a warning
Date: Sat, 21 Jan 2023 12:14:50 +0530

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;





reply via email to

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