如何在 Emacs 空白模式下不显示换行符
我在 Emacs 中设置了空白模式,仅显示制表符、空格和硬空格。但是,我无法摆脱换行符。请参阅以下屏幕截图,它们显示为灰色光标:
I have set up the Blank Mode in Emacs to display tabs, spaces and hard spaces only. However, I cannot get rid of the newline character. See the following screenshot, they are shown as the grey colored cursors:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编辑您的 emacs 配置(您尚未向我们展示!)以从
blank-chars
BlankMode 选项中删除newline
元素。根据 BlankMode 文档,blank-chars 选项确定 BlankMode 可视化哪些空白字符。
来自 blank-mode.el 包 中的长文档:
You need to edit your emacs config (which you have not shown us!) to remove the
newline
element from theblank-chars
BlankMode option.According to the BlankMode documentation, the blank-chars option determines which blank characters are visualized by BlankMode.
From the long documentation in the blank-mode.el package: