奇了怪了,没法装color theme【已解决】

Vim、Emacs配置和使用
回复
demonhack
帖子: 82
注册时间: 2008-07-09 21:37

奇了怪了,没法装color theme【已解决】

#1

帖子 demonhack » 2011-05-17 11:38

我已经没办法了,怎么都不成功 ……………………
我把color theme 6.6.0放到.emacs.d下
然后
(add-to-list 'load-path /home/crazybanana/.emacs.d")
(require ‘color-theme)
(color-theme-initialize)
= =失败………………
上次由 demonhack 在 2011-05-18 14:07,总共编辑 1 次。
头像
tangboyun
帖子: 701
注册时间: 2009-07-25 1:57
联系:

Re: 奇了怪了,没法装color theme

#2

帖子 tangboyun » 2011-05-17 12:12

错误提示是啥?--debug-init启动看看

恩,不用了,你命令打错了。。。

代码: 全选

(add-to-list 'load-path "/home/crazybanana/.emacs.d")
下次自己检查下好吗,不要这种就发上来。
https://github.com/tangboyun
http://tangboyun.is-programmer.com/
提问的智慧————Eric Steven Raymond
回答的智慧————Andrew Clarke
吾尝终日而思矣,不如须臾之所学也;吾尝跂而望矣,不如登高之博见也。
急急急标题什么的,最讨厌了!
急急复急急,急急何其多,我生待急急,万事急急急。
demonhack
帖子: 82
注册时间: 2008-07-09 21:37

Re: 奇了怪了,没法装color theme

#3

帖子 demonhack » 2011-05-17 16:23

tangboyun 写了:错误提示是啥?--debug-init启动看看

恩,不用了,你命令打错了。。。

代码: 全选

(add-to-list 'load-path "/home/crazybanana/.emacs.d")
下次自己检查下好吗,不要这种就发上来。
= =好吧我是打错了,问题是我改了还是老样子。
头像
tangboyun
帖子: 701
注册时间: 2009-07-25 1:57
联系:

Re: 奇了怪了,没法装color theme

#4

帖子 tangboyun » 2011-05-17 23:59

demonhack 写了: = =好吧我是打错了,问题是我改了还是老样子。

代码: 全选

(require 'color-theme)
你这句用了中文的上引号把,另外出错贴debug信息啊,这不是个 yes | no的问题啊。
https://github.com/tangboyun
http://tangboyun.is-programmer.com/
提问的智慧————Eric Steven Raymond
回答的智慧————Andrew Clarke
吾尝终日而思矣,不如须臾之所学也;吾尝跂而望矣,不如登高之博见也。
急急急标题什么的,最讨厌了!
急急复急急,急急何其多,我生待急急,万事急急急。
demonhack
帖子: 82
注册时间: 2008-07-09 21:37

Re: 奇了怪了,没法装color theme

#5

帖子 demonhack » 2011-05-18 14:03

代码: 全选

Warning (initialization): An error occurred while loading `/home/crazybanana/.emacs':

Symbol's function definition is void: color-theme-initialize

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.
= =
另外我没启用中文输入法的引号
--debug-init的信息贴不上来…………………………
demonhack
帖子: 82
注册时间: 2008-07-09 21:37

Re: 奇了怪了,没法装color theme

#6

帖子 demonhack » 2011-05-18 14:07

搞好了………………谢谢帮忙了…………………………话说我这个人还真是毛燥………
(require 'color-theme)
(color-theme-initialize)
这两行我后来改的时候把位置互换了没换回来…………
= =不好意思啊…………
回复