gpt4 book ai didi

emacs - 在 Emacs 中切换颜色主题 ( < v.24)

转载 作者:行者123 更新时间:2023-12-04 10:57:37 24 4
gpt4 key购买 nike

更新:
请注意,此线程不适用于最新版本的 Emacs (24+)。 Emacs 现在自带强大的颜色主题系统(例如查看评论 here),不需要加载外部包 color-theme .

我的 .emacs 中有以下代码片段文件,我在其中定义了一些别名,允许我使用简短的扩展命令在几个颜色主题之间方便地切换:

(require 'color-theme)            
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-aalto-light)))

;; Aliases to color-themes, e.g. 'M-x a' switches to color-theme-hober

(defalias 'a 'color-theme-hober)
(defalias 'b 'color-theme-aalto-light)
现在,当 Emacs 加载时,它会显示 color-theme-aalto-light主题正确,并且,当我 M-x a更改为 color-theme-hober ,这也有效。
问题是当我尝试再次将颜色主题更改回 color-theme-aalto-light 时.一些颜色面保留在旧颜色主题中,而其他颜色则更改为新颜色主题。我尝试了不同的颜色主题组合,但没有成功(无论我在哪种颜色主题之间切换,颜色表面并不总是完全更新)。有什么想法吗?

最佳答案

这是 'color-theme' 包中的一个已知错误。如果该功能对您很重要,请考虑升级到主干( future 的 emacs-24.1),它 native 支持更改主题( M-x customize-themes )。

关于emacs - 在 Emacs 中切换颜色主题 ( < v.24),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4914014/

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