Hello everyone,

I am trying to make the migration to JDE from Netbeans. Of course one of my favorite features is auto-completion of methods / members.

This feature is partially on my Emacs installation for OS X. I am running the following versions of JDE etc...

1.  JDE - 2.3.2
2.  EIEIO - 0.17
3.  ELIB - 1.0
4.  SEMANTIC 1.4.3
5.  SPEEDBAR 0.14beta4
6.  GNU Emacs 21.3.50 for OS X (Andrew Choi)

Whenever I user C-c C-v C-. The drag down menu appears, but when I hit Enter nothing happens and I recieve an imenu internal bug message.

Message:
Semantic Imenu override problem. (Internal bug) [2 times]


Here is my .emacs file:


(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(global-font-lock-mode t nil (font-core))
'(jde-bug-stack-info t)
'(jde-complete-function (quote jde-complete-menu))
'(jde-enable-abbrev-mode t)
'(jde-jdk-registry (quote (("1.4.1" . "/System/Library/Frameworks/JavaVM.framew
ork/Versions/1.4.1"))))
'(semanticdb-project-roots (quote ("~/OWASP/portal")))
'(show-paren-mode t nil (paren))
'(transient-mark-mode t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(add-to-list 'load-path "~/emacs/speedbar-0.14beta4")
(add-to-list 'load-path "~/emacs/eieio-0.17")
(add-to-list 'load-path "~/emacs/semantic-1.4.3/")
(add-to-list 'load-path "/Users/davidraphael/emacs/jde-2.3.2/lisp")
(setq semantic-load-turn-everything-on t)
(require 'semantic-load)
(setq load-path (append (list "/usr/share/emacs/21.3.50/lisp/elib")
load-path))
(require 'jde)


Any help here is much appreciated!


Thanks,


David Raphael



Reply via email to