bug#19867: c++-mode indentation issues with C++1x initializer lists
Alan Mackenzie <[email protected]> Wed, 30 Apr 2025 18:58:26 +0000
| Newsgroups | gmane.emacs.cc-mode.general |
|---|---|
| Message-ID | <aBJy0t2jB0H1pPZ5__12751.4465291583$1746039587$gmane$org@MAC.fritz.box> |
Hello again, Mattias.
On Mon, Apr 21, 2025 at 20:35:22 +0000, Alan Mackenzie wrote:
> On Thu, Apr 17, 2025 at 15:42:59 +0200, Mattias Engdeg=E5rd wrote:
> > Thank you for fixing this. A minor oversight in the committed patch, in=
cc-align.el:
> > 351 (skip-syntax-backward " \t([{" (c-point 'boi))
> > This call should probably use `skip-char-backward`, because `\t`, `[`, =
and `{` aren't syntax chars.
> > It currently works by accident because of the ` ` and `(` syntax classe=
s.
> Thanks for spotting this and telling me about it. I'll get around to
> fixing it in the next few days.
DONE.
-- =
Alan Mackenzie (Nuremberg, Germany).