`demangle-mode' is an Emacs minor mode that automatically demangles C++ symbols. For example, in this mode: - the mangled C++ symbol `_ZNSaIcED2Ev' displays as `std::allocator::~allocator()' - the mangled C++ symbol `_ZTISt10ostrstream' displays as `typeinfo for std::ostrstream' - the mangled C++ `_GLOBAL__I_abc' displays as `global constructors keyed to abc' - the mangled D symbol `_D4test3fooAa' displays as `test.foo' See for additional documentation: usage suggestions, background & motivation, compatibility notes, and known issues & design limitations. Visit or use command `demangle-mode-submit-bug-report' to report bugs or offer suggestions for improvement.