Textmate 小模式问题
我尝试在 emacs 中加载 textmate.el textmate 次要模式。
我开始尝试使用该功能,我看到此缓冲区无法使用“imenu-default-create-index-function”。我在谷歌上找不到太多帮助。有什么想法吗?
谢谢。
I try to load the textmate.el textmate minor mode in emacs.
I start trying to use the functionality and I see This buffer cannot use `imenu-default-create-index-function'. I can't find much help in google. Any ideas?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误消息仅意味着相关模式不支持 Imenu,因此无法添加或使用 Imenu 菜单。考虑向库的作者提交和增强请求。
The error message simply means that the mode in question does not support Imenu, so it cannot add or use an Imenu menu. Consider filing and enhancement request with the author of the library.