i'm editing a C file in emacs. what's the most convenient way to get a split pane with a list (index) of all the functions in a file, and selecting those would jump to that function in the main buffer?
semantic-speedbar-analysis is pretty cool but it shows only the current function and its locals etc, now just missing an overview of all functions in the file