Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Emacs Speedbar 中显示 imenu 内容。最好作为平面列表(如 with imenus)(不是树状结构)。在 speedbar - 显示菜单中,我只有以下选项:
imenus
semantic-speedbar-analysis
我为自己写了这个,所以没有文档,但你应该做的就是把它放在你的加载路径中的某个地方,并且:
(require 'sb-imenu)
启动 speedbar 并选择 sb-imenu 显示。