all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs24 + ecb?
@ 2011-09-22 19:48 Lachlan Deck
  2011-09-22 23:14 ` Lachlan Deck
  0 siblings, 1 reply; 2+ messages in thread
From: Lachlan Deck @ 2011-09-22 19:48 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs24 + ecb?
  2011-09-22 19:48 emacs24 + ecb? Lachlan Deck
@ 2011-09-22 23:14 ` Lachlan Deck
  0 siblings, 0 replies; 2+ messages in thread
From: Lachlan Deck @ 2011-09-22 23:14 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

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 #2: ecb-byte-compile.log --]
[-- Type: application/octet-stream, Size: 21375 bytes --]

Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `default-major-mode' is an obsolete variable (as of Emacs 23.2); use
    `major-mode' instead.
Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Warning: `interactive-p' is an obsolete function (as of Emacs 23.2); use
    `called-interactively-p' instead.
Leaving directory `/Users/ldeck/.emacs.d/'
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-advice-test.el at Fri Sep 23 06:01:24 2011
Entering directory `/Users/ldeck/.emacs.d/ecb/'
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-analyse.el at Fri Sep 23 06:01:24 2011

In ecb-analyse-jump-to-tag:
ecb-analyse.el:443:24:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.

In ecb-analyse-complete/insert:
ecb-analyse.el:463:33:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.

In ecb-analyse-show-tag-info:
ecb-analyse.el:580:33:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-autogen.el at Fri Sep 23 06:01:25 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-buffertab.el at Fri Sep 23 06:01:25 2011
ecb-buffertab.el:53:1:Warning: defface for `ecb-buffertab-primary-face' fails
    to specify containing group
ecb-buffertab.el:56:1:Warning: defface for `ecb-buffertab-secondary-face'
    fails to specify containing group
ecb-buffertab.el:59:1:Warning: defface for
    `ecb-buffertab-secondary-mouse-face' fails to specify containing group
ecb-buffertab.el:62:1:Warning: defcustom for `ecb-buffertab-map' fails to
    specify containing group

In ecb-buffertab-setup-header:
ecb-buffertab.el:94:9:Warning: Use `with-current-buffer' rather than
    save-excursion+set-buffer
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-cedet-wrapper.el at Fri Sep 23 06:01:25 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-common-browser.el at Fri Sep 23 06:01:25 2011

In ecb-maximize-ecb-window-menu-wrapper:
ecb-common-browser.el:2033:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-compatibility.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-compilation.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-create-layout.el at Fri Sep 23 06:01:26 2011

In ecb-create-layout-cancel:
ecb-create-layout.el:263:6:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.
ecb-create-layout.el:264:6:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-create-layout-save-and-quit:
ecb-create-layout.el:315:10:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-create-layout-set-buffer-to-type:
ecb-create-layout.el:469:53:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-cycle.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-eshell.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-examples.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-face.el at Fri Sep 23 06:01:26 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-file-browser.el at Fri Sep 23 06:01:27 2011

In ecb-popup-sources-filter-by-ext:
ecb-file-browser.el:2054:22:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-sources-filter-by-regexp:
ecb-file-browser.el:2066:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-sources-filter-none:
ecb-file-browser.el:2070:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-add-source-path-node:
ecb-file-browser.el:3925:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-node-to-source-path:
ecb-file-browser.el:3932:41:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-delete-source-path:
ecb-file-browser.el:3944:32:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-create-source:
ecb-file-browser.el:4182:68:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-grep-find-directory:
ecb-file-browser.el:4221:32:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-grep-directory:
ecb-file-browser.el:4226:32:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-delete-directory:
ecb-file-browser.el:4238:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-dired-directory:
ecb-file-browser.el:4261:33:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-dired-directory-other-window:
ecb-file-browser.el:4266:33:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-dir-popup-cvs-status:
ecb-file-browser.el:4276:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-dir-popup-cvs-examine:
ecb-file-browser.el:4281:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-dir-popup-cvs-update:
ecb-file-browser.el:4286:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin1:
ecb-file-browser.el:4336:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin2:
ecb-file-browser.el:4339:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin3:
ecb-file-browser.el:4342:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin4:
ecb-file-browser.el:4345:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin5:
ecb-file-browser.el:4348:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin6:
ecb-file-browser.el:4351:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin7:
ecb-file-browser.el:4354:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-open-source-in-editwin8:
ecb-file-browser.el:4357:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-delete-source:
ecb-file-browser.el:4418:58:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-ediff-revision:
ecb-file-browser.el:4435:57:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-next-action:
ecb-file-browser.el:4441:40:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-log:
ecb-file-browser.el:4447:40:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-annotate:
ecb-file-browser.el:4453:40:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-diff:
ecb-file-browser.el:4458:40:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-refresh-file:
ecb-file-browser.el:4463:57:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-refresh-dir:
ecb-file-browser.el:4471:58:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-history-kill-buffer:
ecb-file-browser.el:4522:55:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-filter-by-ext:
ecb-file-browser.el:4553:36:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-filter-by-regexp:
ecb-file-browser.el:4574:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-filter-all-existing:
ecb-file-browser.el:4578:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-file-popup-vc-refresh-all-files:
ecb-file-browser.el:4585:45:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-by-dir:
ecb-file-browser.el:4592:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-by-dir-with-sp:
ecb-file-browser.el:4599:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-by-mode:
ecb-file-browser.el:4606:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-by-ext:
ecb-file-browser.el:4613:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-by-reg:
ecb-file-browser.el:4620:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-popup-history-bucketize-never:
ecb-file-browser.el:4627:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-help.el at Fri Sep 23 06:01:29 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-jde.el at Fri Sep 23 06:01:29 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-layout-defs.el at Fri Sep 23 06:01:29 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-layout.el at Fri Sep 23 06:01:30 2011

In ecb-toggle-compile-window-height:
ecb-layout.el:6222:33:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.

In ecb-toggle-compile-window:
ecb-layout.el:6295:29:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-method-browser.el at Fri Sep 23 06:01:30 2011

In ecb-methods-filter-by-regexp-popup:
ecb-method-browser.el:2105:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-by-regexp-popup-inverse:
ecb-method-browser.el:2109:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-by-function-popup:
ecb-method-browser.el:2126:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-by-function-popup-inverse:
ecb-method-browser.el:2130:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-by-nothing-popup:
ecb-method-browser.el:2134:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-delete-last-popup:
ecb-method-browser.el:2139:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-filter-by-current-type-popup:
ecb-method-browser.el:2285:56:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-jump-and-narrow:
ecb-method-browser.el:4271:23:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-widen:
ecb-method-browser.el:4275:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-show-block:
ecb-method-browser.el:4306:25:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-hide-block:
ecb-method-browser.el:4321:25:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-collapse-all:
ecb-method-browser.el:4329:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-collapse-current:
ecb-method-browser.el:4336:39:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-all-0:
ecb-method-browser.el:4338:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-current-0:
ecb-method-browser.el:4345:39:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-all-1:
ecb-method-browser.el:4347:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-current-1:
ecb-method-browser.el:4354:39:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-all-2:
ecb-method-browser.el:4356:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-current-2:
ecb-method-browser.el:4363:39:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-all-full:
ecb-method-browser.el:4365:31:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.

In ecb-methods-menu-expand-current-full:
ecb-method-browser.el:4372:39:Warning: `interactive-p' is an obsolete function
    (as of Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-mode-line.el at Fri Sep 23 06:01:32 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-multiframe.el at Fri Sep 23 06:01:32 2011

In ecb-multiframe-make-frame-hook:
ecb-multiframe.el:99:48:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); explicitly check for a frame-parameter
    instead.
ecb-multiframe.el:124:6:Warning: `mapcar' called for effect; use `mapc' or
    `dolist' instead
ecb-multiframe.el:125:29:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); explicitly check for a frame-parameter
    instead.
ecb-multiframe.el:138:69:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); explicitly check for a frame-parameter
    instead.

In ecb-multiframe-setup-buffer-name:
ecb-multiframe.el:150:57:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); explicitly check for a frame-parameter
    instead.
ecb-multiframe.el:150:30:Warning: reference to free variable `frame'

In ecb-deactivate-internal:
ecb-multiframe.el:153:8:Warning: function ecb-deactivate-internal used to take
    0-1 arguments, now takes 0
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-navigate.el at Fri Sep 23 06:01:33 2011
\f
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
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-semantic.el at Fri Sep 23 06:01:33 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-speedbar.el at Fri Sep 23 06:01:33 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-symboldef.el at Fri Sep 23 06:01:33 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-tod.el at Fri Sep 23 06:01:33 2011

In ecb-show-tip-of-the-day:
ecb-tod.el:126:4:Warning: `interactive-p' is an obsolete function (as of Emacs
    23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-upgrade.el at Fri Sep 23 06:01:33 2011

In ecb-display-upgraded-options:
ecb-upgrade.el:1098:10:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.

In ecb-display-news-for-upgrade:
ecb-upgrade.el:1113:29:Warning: `interactive-p' is an obsolete function (as of
    Emacs 23.2); use `called-interactively-p' instead.
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-util.el at Fri Sep 23 06:01:33 2011
ecb-util.el:66:20:Warning: global/dynamic var `noninteractive' lacks a prefix
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb-winman-support.el at Fri Sep 23 06:01:34 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/ecb.el at Fri Sep 23 06:01:34 2011
ecb.el:1767:43:Warning: reference to free variable `defvar'
ecb.el:1767:50:Warning: reference to free variable `defecb-multicache'
ecb.el:1769:50:Warning: reference to free variable `defecb-advice-set'
ecb.el:1777:11:Warning: reference to free variable `defecb-stealthy'
ecb.el:1778:11:Warning: reference to free variable
    `tree-buffer-defpopup-command'
ecb.el:1786:11:Warning: reference to free variable
    `defecb-tree-buffer-creator'
ecb.el:1794:11:Warning: reference to free variable
    `defecb-window-dedicator-to-ecb-buffer'
ecb.el:1804:11:Warning: reference to free variable `defecb-advice'
ecb.el:1815:11:Warning: reference to free variable
    `defecb-tree-buffer-callback'
ecb.el:1825:11:Warning: reference to free variable
    `defecb-autocontrol/sync-function'
ecb.el:1834:11:Warning: reference to free variable `ecb-layout-define'
ecb.el:1836:43:Warning: reference to free variable `eval-and-compile'
ecb.el:1837:43:Warning: reference to free variable `when-ecb-running-xemacs'
ecb.el:1838:43:Warning: reference to free variable `when-ecb-running-emacs-22'
ecb.el:1839:43:Warning: reference to free variable `when-ecb-running-emacs-23'
ecb.el:1840:43:Warning: reference to free variable `when-ecb-running-emacs'

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
\f
Compiling file /Users/ldeck/.emacs.d/ecb/silentcomp.el at Fri Sep 23 06:01:35 2011
\f
Compiling file /Users/ldeck/.emacs.d/ecb/tree-buffer.el at Fri Sep 23 06:01:35 2011

[-- Attachment #3: Type: text/plain, Size: 1000 bytes --]


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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-22 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 19:48 emacs24 + ecb? Lachlan Deck
2011-09-22 23:14 ` Lachlan Deck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.