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.
此错误发生在每个缓冲区中(Lisp 缓冲区除外)
No items suitable for a index found in this buffer
每当我应用 Imenu-list-minor-mode 时。
该消息告诉您尚未为该缓冲区的模式定义 Imenu 支持。就这样。您确定在某些模式下看不到 Imenu 支持,例如c-mode?
c-mode
如果你真的在 Lisp 模式之外的任何地方都看不到 Imenu 支持,那么递归地分割你的 init 文件以找到罪魁祸首。您可以使用命令comment-region注释掉文件的 1/2,然后是 3/4、7/8,...,以使用二进制搜索缩小范围。取消对该区域C-u的注释。comment-region
comment-region
C-u