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

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

indentation bug with c++ and stdexcept


From: photobugsm
Subject: indentation bug with c++ and stdexcept
Date: Fri, 5 Dec 2014 20:14:22 -0800 (PST)
User-agent: G2/1.0

emacs version: 24.1.1
os: fedora 17

In C++ mode, when including std exceptions file:
#include <stdexcept>

All following indentations get clobbered.
Everything indents to column 0.

i.e.
if ( !ptr ) {
rv = funca();
std::string x = "wtf";
...
}

Thought i read somewhere that this was fixed a while ago?


Sunil


reply via email to

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