Re: I cannot load the ecb successfully

Terrence Brannon <[email protected]> Wed, 14 Jul 2010 08:55:38 -0400
Newsgroups gmane.emacs.code-browser
Message-ID <[email protected]>
On Wed, Jul 14, 2010 at 2:14 AM, miya gong <[email protected]> wrote:

> Hi, all,
>
> I got trouble when adding the ecb into emacs. I have tested many versions
> of emacs, cedet and ecb.
>
> The cedet version I used is 1.0pre6 and the ecb version is 2.40.
>
> When I use the emacs 23.1, The error message is
> Debugger entered--Lisp error: (void-function global-ede-mode)
>

global-ede-mode is a function (and a customizable variable) in the file
ede.el in cedet-1.0pre7


> (global-ede-mode 1)
>
>
>
it might help to your .emacs.el file, but here is mine. I use ECB every day
(and thank god for it :)


;; Load CEDET.
;; See cedet/common/cedet.info for configuration details.
(load-file "~/emacs-contrib/cedet-1.0pre7/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)

;;;
(add-to-list 'load-path  "~/emacs-contrib/ecb-snap")

(require 'ecb)



-- 
Search! Search! [DuckDuckGo](http://duckduckgo.com/?t=terrencebrannon)

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

_______________________________________________
Ecb-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list