help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs24 + ecb?


From: Lachlan Deck
Subject: Re: emacs24 + ecb?
Date: Fri, 23 Sep 2011 09:14:35 +1000

Hi again,

some progress... I found someone suggested adding
(setq stack-trace-on-error t)
...
(ecb-byte-compile)

So I edited and eval-buffer of init.el which looks like this:
;;
;; init.el
;;
(setq stack-trace-on-error t)
(add-to-list 'load-path "~/.emacs.d/ecb")
(require 'ecb)
(ecb-activate)
(ecb-byte-compile)
;;
;; end
;;

and ECB loaded up. Great!

But there's a stack of warnings that seem to have some importance. (Full log 
attached)
...
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-semantic-wrapper.el at Fri Sep 23 
06:01:33 2011
ecb-semantic-wrapper.el:41:1:Error: Cannot open load file: semantic-ctxt
...
In end of data:
ecb.el:1955:1:Warning: the following functions are not known to be defined:
    semantic-elisp-reuse-form-parser, semantic-elisp-do-doc,
    semantic-elisp-desymbolify


Any ideas on these?

Thanks.

Attachment: ecb-byte-compile.log
Description: Binary data

On 23/09/2011, at 5:48 AM, Lachlan Deck wrote:

> Hi all,
> 
> I'm having troubles getting ECB to load up with emacs24. (If there's 
> alternatives to ECB I'm interested in hearing about them too seeing as it 
> doesn't appear to be maintained?).
> 
> I've installed emacs24 on Mac OS X 10.7 (aka Lion) like so:
> $ brew install emacs --cocoa --use-git-head --HEAD
> # all good so far
> (I'm also trying the latest nightly of Aquamacs)
> 
> As I understand that CEDET is already included with emacs24 I've gone to grab 
> ecb-2.40:
> $ cd ~/.emacs.d
> $ git clone https://github.com/emacsmirror/ecb.git
> 
> So I fire up emacs and enter the following into buffer for ~/.emacs.d/init.el:
> ;; init.el
> (add-to-list 'load-path "~/.emacs.d/ecb")
> (require 'ecb)
> (ecb-activate)
> 
> then eval-buffer says:
> Symbol's value as variable is void: stack-trace-on-error
> 
> Any ideas on what I'm missing?
> Thanks!
> 
> Lachlan Deck
> 

Lachlan Deck
lachlan.deck@gmail.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]