显示具有不同字符的选项卡 (Emacs)
我很高兴能有一个非常温柔的角色“>>” 而不是空白,如下所示:
Mono 开发 http://primates.ximian .com/~miguel/pictures/Valabinding-classpad.png
如何在 Emacs 中实现这一目标?
I'd be happy to have very soft character ">>" instead of white-space, like this:
Mono develop http://primates.ximian.com/~miguel/pictures/Valabinding-classpad.png
How can I achieve that in Emacs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在我的 Emacs 版本 (24.3) 上,不需要额外的模块。 就足够了
启动自定义转到
whitespace-style
变量帮助,此模式有很多功能。 为了使其更简单,人们可以选择不使用“面部可视化”。
On my Emacs version (24.3) no additional modules are needed. It's enough to launch
To customize go to
whitespace-style
variable help,This mode has many functionalities. To made it simpler one may choose not to use `Face visualization'.
编辑:刚刚意识到空白模式已被 取代空白。 加载它并自定义
whitespace-style
以至少包含tabs
和tabs-mark
。 我目前有:还有 blank-mode ,它允许您实现你想要的,它为你提供了一些很好的功能来根据你的喜好清理空白:
http://www.emacswiki.org/emacs/BlankMode
EDIT: Just realized that blank-mode is superseded by whitespace. Load this and customize
whitespace-style
to at least containtabs
andtabs-mark
. I currently have:There is also blank-mode which allows you to achive what you want and it gives you some nice functions to cleanup the whitespace to your likings:
http://www.emacswiki.org/emacs/BlankMode
使用“M-:”(Mx eval-表达式)并输入以下表达式:
要恢复正常,请输入:
Use "M-:" (M-x eval-expression) and enter the following expression:
To get back to normal enter:
Google 搜索显示显示空白模式 。 我自己没试过。
Google search brought up show whitespace-mode. Haven't tried it myself.