如何在 XEmacs 中折叠 LaTeX 文件?
我希望在我的 AquaEmacs 中自动折叠评论。
I would like to have automatic folds for comments in my AquaEmacs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我希望在我的 AquaEmacs 中自动折叠评论。
I would like to have automatic folds for comments in my AquaEmacs.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
看看
hs-minor-mode
。 但它不是自动的。 对于更自动的方法,我想您可以通过以下方式自定义 hideshow 模式:
hs-hide-comments-when-hiding-all
隐藏注释hs 隐藏任何内容的函数-hide-all-non-comment-function
然后hs-hide-all
隐藏所有评论。没试过。 只是一个想法。
还可以查看 emacswiki 上的隐藏显示模式页面。
have a look at
hs-minor-mode
. it's not automatic though. for a more automatic approach, i guess you could customize the hideshow mode the following way:hs-hide-comments-when-hiding-all
hs-hide-all-non-comment-function
and thenhs-hide-all
to hide all comments.have not tried it. just an idea.
check out the hideshow mode page at emacswiki as well.
你不能有像 Vim 中那样的折叠。
我无法将折叠折叠到特定的行。
不过,有一个插件 Auctex 可以为您提供 Emacs-folds。
它们不像 Vim 中那样灵活。
如果您找到更好的解决方案,请告诉我。
You cannot have similar folds as in Vim.
I could not put folds to specific lines.
However, there is an addon Auctex which gives you Emacs-folds.
They are not as flexible as in Vim.
Please, inform me if you have found a better solution.