I am running Mac OS X 10.1.5 and am trying to run the JDEE with emacs.
Unfortunately emacs works fine, but the JDEE doesn't seem to run at all.

I'm sure it's the way I have it configured! Of course!

Firstly, I have my .emacs file in my ~/ directory.
(although my emacs application runs from /usr/emacs/20.7) - 20.7 being the
Darwin version.

The .emacs file reads:

(setq default-major-mode 'text-mode)
(add-hook 'text-mode-hook 'turn-on-auto-fill)


(global-font-lock-mode t)


 (setq gnus-button-url 'browse-url-generic
       browse-url-generic-program "InternetExplorer"
       browse-url-browser-function gnus-button-url)


 (global-set-key [(control tab)] 'bury-buffer)

 (iswitchb-default-keybindings)

;;JDEE setup.
(setq debug-on-error t)
 (autoload 'speedbar-frame-mode "speedbar" "Popup a speedbar frame" t)
   (autoload 'speedbar-get-focus "speedbar" "Jump to speedbar frame" t)


(add-to-list 'load-path (expand-file-name "~/emacs/site/jde-2.2.8/lisp"))
(add-to-list 'load-path (expand-file-name "~
/emacs/site/semantic"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/speedbar"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/elib"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio"))

(require 'jde)

(defun my-jde-mode-hook ()
  (setq c-basic-offset 2))

(add-hook 'jde-mode-hook 'my-jde-mode-hook)

Any help as to why this isn't working would be great.
And also why it won't accept the browser, saying it cannot be found.

Thanks in advance
Mike



Reply via email to