2

I would like to display imenu content in Emacs Speedbar. Best as a flat list (like in with imenus) (not a tree-like structure). In speedbar - Display menu I have only the following options:

  • Files
  • Quick Buffers
  • Buffers
  • Info
  • Eieio
  • Analyze (only after calling semantic-speedbar-analysis)
Drew
  • 29,895
  • 7
  • 74
  • 104
Robert Zaremba
  • 8,081
  • 7
  • 47
  • 78

1 Answers1

3

I wrote this for myself so there is no documentation, but all you should have to do is put it somewhere in your load-path and:

(require 'sb-imenu)

Start speedbar and choose the sb-imenu display.

scottfrazer
  • 17,079
  • 4
  • 51
  • 49