Philipp Stephani
2016-10-31 14:46:17 UTC
Hi,
here's another difference between CC-Mode 5.33 from SourceForge and the one
shipped with Emacs: Create a C++ buffer with the contents
int main() {
aa;
}
(note, no indent of the 'aa' statement)
Then, mark the buffer (C-x h) and hit TAB to indent. In the CC-Mode from
Emacs, 'aa;' gets indented, but not in the CC-Mode from SourceForge. Is
that a bug in the SourceForge version?
Thanks!
here's another difference between CC-Mode 5.33 from SourceForge and the one
shipped with Emacs: Create a C++ buffer with the contents
int main() {
aa;
}
(note, no indent of the 'aa' statement)
Then, mark the buffer (C-x h) and hit TAB to indent. In the CC-Mode from
Emacs, 'aa;' gets indented, but not in the CC-Mode from SourceForge. Is
that a bug in the SourceForge version?
Thanks!