最新的CEDET版本无法加载语义包 [英] Latest CEDET version can't load semantic packages

查看:184
本文介绍了最新的CEDET版本无法加载语义包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在加载一些Alex Ott在他的在使用最新版本的CEDET时,CEDET的知名指南

I am having problems loading some of the semantic packages that Alex Ott recommends in his well-known guide to CEDET when using the recent versions of CEDET.

我以前的设置在Emacs 24.2.1中没有问题,但我只是升级到Bazaar中的最新版本的CEDET,并且Emacs在尝试加载语义 - * 包时遇到问题。按照Alex的指南,我在我的 .emacs 文件中有以下命令:

My previous setting worked with no problem in Emacs 24.2.1, but I just upgraded to the latest version of CEDET in Bazaar, and Emacs run into problems when attempting to load the semantic-* packages. Following Alex's guide, I had the following commands in my .emacs file:

(require 'semantic-ia)
(require 'semantic-gcc)
(require 'semanticdb)

,Emacs现在抱怨说它无法加载这些模块。

and Emacs now complains saying that it's unable to load those modules.

运行命令时同样的事情:

Same thing when running the command:

(global-semantic-tag-folding-mode 1)

这个功能在最新版本的CEDET中有哪些功能?有没有什么我缺少?

Where did this functionality go in the latest versions of CEDET? Is there anything I am missing?

推荐答案

在CEDET 1.1之后,它开始在GNU Emacs中使用与CEDET相同的激活方案,但是在1.1之前,文章还是谈到了CEDET的版本。当我找到时间时,我打算更新文章。在此期间,您可以使用我的实际的CEDET配置 - 它使用新的激活方案。

After CEDET 1.1, it started to use the same activation scheme as CEDET in GNU Emacs, but article still talks about versions of CEDET before 1.1. I plan to update article when I'll find time. In the meantime, you can take my actual CEDET config - it uses new activation scheme.

这篇关于最新的CEDET版本无法加载语义包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆