在 Emacs 下折叠 Ocaml 的 let 声明会给出“无效的搜索范围”错误信息
在 Emacs 下,我尝试以以下方式折叠 ocaml 源文件:
每个let定义都被折叠成类似“let myfunction = ...”
这应该是所有 ocaml 程序的自然要求。我认为 Emacs 的答案应该是大纲次要模式。但是对于与大纲模式相关的任何命令,我从迷你缓冲区中得到了相同的错误信息。
invalide search bound(wrong side of point)
作为信息,我在 Tuareg 主要模式下进行 ocaml 编辑,然后我激活大纲次要模式
M-x outline-minor-mode
,我尝试隐藏子级别,
M-x hide-sublevels
这给了我上面提到的错误信息。
Under Emacs, I am trying to fold ocaml source files in such a way that:
each let-definition is folded into something like "let myfunction =
..."
This should be a natural request for all ocaml programmes. I think the answer for Emacs should be the outline-minor-mode. But for whatever command related to outline-mode, I got the same error info. from the minibuffer
invalide search bound(wrong side of point)
For info, I am under Tuareg major mode for ocaml editing. I activate outline-minor-mode by
M-x outline-minor-mode
then, I try to hide sublevels by
M-x hide-sublevels
which gives me the above mentioned error info. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论