| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1772 人关注过本帖
标题:emacs 安装cedet问题
取消只看楼主 加入收藏
captain_leil
Rank: 2
等 级:论坛游民
帖 子:10
专家分:12
注 册:2012-4-4
结帖率:100%
收藏
已结贴  问题点数:20 回复次数:3 
emacs 安装cedet问题
#tar -zxf cedet-1.1.tar.gz
#cd cedet-1.1
#make



然后在.emacs加上了

;; Load CEDET.
;; See cedet/common/cedet.info for configuration details.
;; IMPORTANT: For Emacs >= 23.2, you must place this *before* any
;; CEDET component (including EIEIO) gets activated by another
;; package (Gnus, auth-source, ...).
(load-file "~/root/emacs/expand/cedet-1.1/common/cedet.el")

;; Enable EDE (Project Management) features
(global-ede-mode 1)

;; Enable EDE for a pre-existing C++ project
;; (ede-cpp-root-project "NAME" :file "~/myproject/Makefile")


;; Enabling Semantic (code-parsing, smart completion) features
;; Select one of the following:

;; * This enables the database and idle reparse engines
(semantic-load-enable-minimum-features)

;; * This enables some tools useful for coding, such as summary mode,
;; imenu support, and the semantic navigator
(semantic-load-enable-code-helpers)

;; * This enables even more coding tools such as intellisense mode,
;; decoration mode, and stickyfunc mode (plus regular code helpers)
;; (semantic-load-enable-gaudy-code-helpers)

;; * This enables the use of Exuberant ctags if you have it installed.
;; If you use C++ templates or boost, you should NOT enable it.
;; (semantic-load-enable-all-exuberent-ctags-support)
;; Or, use one of these two types of support.
;; Add support for new languages only via ctags.
;; (semantic-load-enable-primary-exuberent-ctags-support)
;; Add support for using ctags as a backup parser.
;; (semantic-load-enable-secondary-exuberent-ctags-support)

;; Enable SRecode (Template management) minor-mode.
;; (global-srecode-minor-mode 1)
搜索更多相关主题的帖子: features including activated 安装 project 
2012-05-06 23:52
captain_leil
Rank: 2
等 级:论坛游民
帖 子:10
专家分:12
注 册:2012-4-4
收藏
得分:0 
按以上步骤安装后,没有任何变化
开打emacs什么也没有

请教下
2012-05-06 23:53
captain_leil
Rank: 2
等 级:论坛游民
帖 子:10
专家分:12
注 册:2012-4-4
收藏
得分:0 
以下是引用pangding在2012-5-7 20:50:54的发言:

你是头一次用吗?还是以前用过?


我刚刚开始用emacs

能讲详细一点么,谢谢
2012-05-09 11:50
captain_leil
Rank: 2
等 级:论坛游民
帖 子:10
专家分:12
注 册:2012-4-4
收藏
得分:0 
以下是引用zklhp在2012-5-8 10:06:13的发言:

我记得cedet现在是内置的?


是有,不过我是23.1.1版本的,
2012-05-09 11:51
快速回复:emacs 安装cedet问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017368 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved