各位前辈们: 最近一直在跟着网上教程鼓捣emacs,在装完CEDET之后继续ECB,CEDET能正常启动,能够打开speedbar,但是一启动ECB(M-x:ecb-activate)就出错。请教以下达人,帮忙解决。谢谢! 提示错误信息如下: Loading ecb (source)... ECB 2.40 uses CEDET 1.0pre6 (contains semantic 2.0pre6, eieio 1.2, speedbar 1.0.2). Loading ecb (source)...done All requirements for ECB 2.40 fulfilled - Enjoy it! Loading cl-extr...
我用的是RHEL4 我在.emacs下面只加了这么两句: [code] (add-to-list 'load-path "~/emacs_plugin") (require 'linum) [/code] 结果在KDE里启动emacs时报错: An error has occurred while loading `/home/wang/.emacs': Symbol's function definition is void: define-globalized-minor-mode To ensure normal operation, you should investigate the cause of the error in your initialization file and remove it. Start E...
问下哪里有最新的下载?现在到什么版本了都不知道呀,这里好像有个emacs-22.0.50-20050225.tar的。 还有想请指点一下版本问题什么是稳定版什么测试版啊?不胜感激!! 在http://ftp.gnu.org/pub上只看到了有21的才.... [ 本帖最后由 Artist 于 2007-1-24 11:48 编辑 ]
emacs,是GNU计划下的第一个产品,emacs为Editor MACroS 的缩写。 Richard Stallman于1975年在MIT首次撰写emacs editor。 emacs现存多个版本,最流行的是GNU emacs以及与它关系密切的Xemacs(X Window下的emacs版本)。 到2003年6月10日为止,emacs的最新版本号为21.3。 与任何GNU的产品一样,GNU emacs秉持著GNU的精神,它依然是自由的。任何人都可以匿名登录FTP的方式至prep.ai.mit.edu这个站点 ,取得GNU emacs的原始码。GNU EM...
动机: 平时多用c和python写小的程序,老是需要写一些固定的头文件,问题终于解决了。把下面的代码复制到你的.emacs里面,看看有什么魔法出现吧。 命令: 导出的命令包括insert-module-files,该代码会根据当前的模式来自动的插入所需要的头文件。 ;;start from here. (defun hash-table-insert-info (format files) "" (let ((table (make-hash-table))) (puthash :format format table) (puthash :fi...
emacs安装好像需要好多依赖包阿。。。。 http://www.sunfreeware.com/indexsparc10.html 我新手一个 有没有什么solaris包管理器之类的阿... 如何方便安装? emacs? 谢谢了
when use C-x C-c, Fatal error (11). Segmentation Fault (core dumped) what should i do?