gpt4 book ai didi

emacs - 在 Windows 7 上的 emacs 中抑制左侧连续箭头

转载 作者:行者123 更新时间:2023-12-01 02:16:52 25 4
gpt4 key购买 nike

我在 Windows 7 上使用 Emacs 22.3,通过 runemacs.exe 启动(不是从 shell 命令行)。对于窗口换行来说太长的行(好!),行尾有一个箭头字形(我习惯于 '\',但没问题)——并且在行的开头也有一个匹配的箭头字形包裹的线。我以前从未见过那个左侧箭头,而且我发现它分散了注意力。我该如何摆脱它?

这出现在所有模式中(到目前为止)。 “wrap”这个词没有出现在我的 .emacs 文件中,它非常轻巧(主要是字体大小/颜色和键映射)。我在谷歌上搜索过,找到了很多关于如何关闭换行的建议,但这不是我想要的。我只想要换行的不同视觉渲染。

我注意到,在完全删除 .emacs 以验证没有任何问题时,默认情况下,这些箭头出现的细“列”与主窗口的背景颜色略有不同。在我的配置中,我设置了背景和前景色,这些也适用于 UI 的这一部分。更改箭头下背景颜色的解决方案可能也有效;我的问题是它们对我来说似乎是文本的一部分。

最佳答案

(setq-default visual-line-fringe-indicators nil)

(setq-default fringe-indicator-alist '(
(truncation left-arrow right-arrow)
(continuation nil right-curly-arrow) ;; left-curly-arrow
(overlay-arrow . right-triangle)
(up . up-arrow)
(down . down-arrow)
(top top-left-angle top-right-angle)
(bottom bottom-left-angle bottom-right-angle top-right-angle top-left-angle)
(top-bottom left-bracket right-bracket top-right-angle top-left-angle)
(empty-line . empty-line)
(unknown . question-mark)))

替代 使用时的方法 visual-line-mode定义于 simple.el :
(setq visual-line-fringe-indicators '(nil right-curly-arrow)) ;; left-curly-arrow

关于emacs - 在 Windows 7 上的 emacs 中抑制左侧连续箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24170849/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com