Hi all.
One more silly question. ;-)
I'm using folding marks within comments with my long-time emacs installation. I'm using this marks to group functions or other variable declarations.
/* ===================================================================== */ /* {{{ */
// the code...
/* }}} */
Is there a way to use these marks? I haven't found anything about "folding marks" in the manual.
Bye