Is there an Emacs mode for Cyclone?
Sort of. In the doc/ directory of the distribution you will find a font-lock.el file and elisp code (in cyclonedotemacs.el) suitable for inclusion in your .emacs file. However, these files change C++ mode and use it for Cyclone rather than creating a new Cyclone mode. Of course, we intend to make our own mode rather than destroy C++-mode’s ability to be good for C++. Note that we have not changed the C++ indentation rules at all; our elisp code is useful only for syntax highlighting.