Ville Skyttä <ville.skytta(a)xemacs.org> wrote:
Martin, here's a cc-mode bug report from an XEmacs user, could
you take
a look?
That ought to be the same bug that you recently applied my patch for
(thanks, btw).
-----Forwarded Message-----
From: Philippe HAUTION <haution(a)clr34d5.der.edf.fr>
To: xemacs-beta(a)xemacs.org
Subject: wrongful complain about unbalanced parentheses
Date: 30 Jul 2002 15:15:27 +0200
/.../
In c++-mode, type the following constructor :
Scroll::Scroll(EcranPrincipal* ecran, Palette* pPalette)
: ScrollBar(ecran->getDisplay(), pPalette),
_intervalle(Intervalle(), Pas(1))
{}
Now indent the "_intervalle(Intervalle(), Pas(1))" expression by pressing tab.
XEmacs will beep and indicates you have unbalanced parentheses.
/.../