Errors during the layout setup of ECB. (error-type: void-variable, error-data: (ecb-examples-bufferinfo-buffer-name))
Terrence Brannon <[email protected]> Mon, 19 Oct 2009 09:30:22 -0400
| Newsgroups | gmane.emacs.code-browser |
|---|---|
| Message-ID | <[email protected]> |
I am using: GNU Emacs 23.0.92.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars) of 2009-05-19 on markov When I type ecb-activate I get the error below: All requirements for ECB 2.40 fulfilled - Enjoy it! Tramp: Opening connection for [email protected] using ssh... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `ssh natasha.regents.state.oh.us -l tbrannon -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Sending password Tramp: Waiting for prompts from remote shell Tramp: Sending password Tramp: Waiting for prompts from remote shell Tramp: Sending password Tramp: Found remote shell prompt on `nicko.regents.state.mi.us' The ECB is now deactivated. let: ECB 2.40: Errors during the layout setup of ECB. (error-type: void-variable, error-data: (ecb-examples-bufferinfo-buffer-name)) Here is the cedet and ecb setup: ;;; CEDET ;; See cedet/common/cedet.info for configuration details. (load-file "~/emacs-contrib/cedet-1.0pre6/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 Exuberent 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) ;; Enable SRecode (Template management) minor-mode. ;; (global-srecode-minor-mode 1) ;;;; ECB (add-to-list 'load-path "~/emacs-contrib/ecb-2.40") (require 'ecb-autoloads) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference