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

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

bug#13100: 24.2; c-guess-basic-syntax of cc-engine returned wrong syntac


From: Stefan Kangas
Subject: bug#13100: 24.2; c-guess-basic-syntax of cc-engine returned wrong syntactic context if init list of C++ class constructor is too long
Date: Mon, 30 Sep 2019 18:45:54 +0200

Yangyingchao <yangyingchao@gmail.com> writes:

> I'm a c++ programer, and sometimes I need to initialize lots of member fields 
> during in a constructor. Sometimes when the init list is too long, cc mode 
> will treat some member-init-cont as topmost-init-cont, and then gives a wrong 
> indention.
>
> After some debuging, I found this change:
>
> http://lists.gnu.org/archive/html/emacs-diffs/2012-03/msg00152.html.
>
> In this change, In CASE 5B, search limit is restricted to 500. This, 
> sometimes, is not enough.
>
> Best Regards
> Tubo

That was almost 7 years ago.  Is this still an issue?

Best regards,
Stefan Kangas





reply via email to

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