Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OSX 上使用 Cocoa Emacs24+Evil。我已启用 show-paren-mode。但是,在正常状态下,当光标位于结束括号上时,括号对不会突出显示。只有当光标在开始括号上或在结束括号之后的位置时,才会突出显示括号对。
我该如何解决这个问题,以便在正常状态下,当光标位于关闭括号上而不是在它之后的位置时,括号对会突出显示。
注意:这不会发生在基于 Emacs23 的 Aquamacs 中,而是发生在基于 Emacs 24 的 Aquamacs 中。
我有变量设置
(evil-highlight-close-paren-at-point-states(引用(不是 emacs 插入替换正常)))
这是导致问题的原因