I want to hide blocks of #ifdef and #ifndef blocks in C. Looks like I'd either need to use Folding mode or the Outline minor mode.
+3
A:
hide-ifdef-mode should do something like that. I have not used it myself though, but turn it on and read it's description with the commands below. It should be included with emacs.
M-x hide-ifdef-mode
C-h m
Zitrax
2009-03-13 01:02:10