【发布时间】:2009-11-22 11:30:51
【问题描述】:
我在 Fedora 12 上使用 GNU emacs 23.1.1
我的 .emacs 文件中有这个
(require 'color-theme)
(color-theme-initialize)
(color-theme-Classic))
我收到以下错误:
Symbol's function definition is void: color-theme-Classic
我的 /usr/share/emacs/site-lisp 目录中有所有库
color-theme.el
color-theme-example.el
color-theme-library.el
themes/
非常感谢您的任何建议,
【问题讨论】:
标签: emacs