emacs的一个奇怪问题
发表于 : 2011-01-10 23:41
新装了ubuntu10.10 装上emacs后把原来备份的.emacs文件发现所有的(load-file "*****.el")文件的命令都报错,注销第一个含有load-file的命令下一个出现load-file命令的地方又报错,请教一下高手是为啥呢?
简单给几个报错的位置吧:
1.(add-to-list 'load-path "/home/yang/.emacsLoadpath/")装载doxymacs.el(此文件已编译过考过来的)
2.(load-file "/home/yang/.emacsLoadpath/tabbar.el")
3.(load-file "/home/yang/.emacsLoadpath/cedet-1.0/common/cedet.el")
补充一下报错是“File error: Cannot open load file, /home/yang/.emacsLoadpath/tabbar.el”
简单给几个报错的位置吧:
1.(add-to-list 'load-path "/home/yang/.emacsLoadpath/")装载doxymacs.el(此文件已编译过考过来的)
2.(load-file "/home/yang/.emacsLoadpath/tabbar.el")
3.(load-file "/home/yang/.emacsLoadpath/cedet-1.0/common/cedet.el")
补充一下报错是“File error: Cannot open load file, /home/yang/.emacsLoadpath/tabbar.el”