我发现font-lock-mode
无论我使用什么等宽字体,单个空格的宽度都有问题。
以下是一些截图:
使用
DejaVu Sans Mono
:font-lock-mode
上:font-lock-mode
离开:使用
Luculent
:font-lock-mode
上:font-lock-mode
离开:
我的 emacs 初始化文件中的相关(可能)行:
(custom-set-variables
...
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :inverse-video nil
:box nil :strike-through nil :overline nil
:underline nil :slant normal :weight normal
:height 120 :width normal
:foundry "unknown" :family "Luculent")))))
编辑:感谢@Boojum 的帮助,我做C-u C-x =
了 3 种不同风格的角色。
这就是结果。我想问题是SPC
没有“面子”属性。
另外,我也尝试切换到其他主要模式,发现这个问题只发生在haskell-mode
.