杯具的Emacs代码补全,求助!!
发表于 : 2010-12-03 0:09
俺听说Emacs可以自动补全,于是参照此篇文章(http://cx4a.org/software/gccsense/manual.html)配置自己的Emacs,我按照上面的说法一步步安装并验证,但安装好之后并不能像人言说的那样补全代码呃~
Emacs每次重启都是报一样的错误:
Warning (initialization): An error occurred while loading `/home/huycwork/.emacs':
File error: Cannot open load file, gccsense
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模式运行得到的却是找不到文件/usr/share/emacs/23.1/lisp/international/mule.el、/usr/share/emacs/23.1/lisp/startup.el的错误。我去找文件夹,发现文件夹里面的文件是有的,只是是elc后缀而非el。而我把相应的el文件下载下来后,发现是执行文件里面的脚本时抛出的Cannot open load file。
我用的是Emacs 23.1,和这个有关系吗?
Emacs每次重启都是报一样的错误:
Warning (initialization): An error occurred while loading `/home/huycwork/.emacs':
File error: Cannot open load file, gccsense
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模式运行得到的却是找不到文件/usr/share/emacs/23.1/lisp/international/mule.el、/usr/share/emacs/23.1/lisp/startup.el的错误。我去找文件夹,发现文件夹里面的文件是有的,只是是elc后缀而非el。而我把相应的el文件下载下来后,发现是执行文件里面的脚本时抛出的Cannot open load file。
我用的是Emacs 23.1,和这个有关系吗?