在 Emacs 下折叠 Ocaml 的 let 声明会给出“无效的搜索范围”错误信息

发布于 2024-11-28 22:26:32 字数 460 浏览 1 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文