使用 SML 模式时如何清除 Emacs 中的 SML 缓冲区。
我正在使用带有 SML 模式的 Emacs。有时我需要清理 SML 缓冲区。我该怎么办呢。
I am using Emacs with SML mode. Sometimes I need to clean the SML buffer. How can I do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
新泽西州标准 ML 是一种函数式编程语言,是 ML 的变体。通常它通过插件在 EMACS 中使用。由于我通常只是终止缓冲区并启动一个新缓冲区,因此不需要清屏。然而这可能有用:
http://www.standardml.org/Basis/manpages.html。
Standard ML of New Jersey is a functional programming language that is a variant of ML. Usually it's used in EMACS with a plugin. Since I usually just kill the buffer and start a new one there wasn't the need for a clearscreen. However this might be useful:
http://www.standardml.org/Basis/manpages.html.