Hi
I am a novice .emacs writer with no lisp experience.
I am trying to load JDE into Xemacs.
I do not get the JDE pull down in my Xemacs banner.
I followed the the install instructions to the best of my
ability.
I looked at the FAQ and the troubleshooting guide, but still
was not able to get it to work.
I have a feeling I am doing something wrong in my .emacs file.
Does anybody see a problem with this or can offer suggestions?
Thanks in advance
-Art
Here is the info suggested to start debug.
1 host platform : Solaris
2 JDE version jde-2.1.7
3 versions: JDE version jde-2.1.7
XEmacs version 19.14; June 1996
speedbar-0.11
semantic-1.
4 complete contents of your .emacs file:
;;Speedbar load (needed for JDE)
;;============================
(setq load-path
(nconc
'(
"/h/folkboat1/Emac_Utils/Speedbar/speedbar-0.11"
)
load-path))
;; ============================
;;Semantic Bovinator load (needed for JDE)
;;============================
(setq load-path
(nconc
'(
"/h/folkboat1/Emac_Utils/Semantic/semantic-1.1"
)
load-path))
;; ============================
;;JDE Load
;;============================
(setq load-path
(nconc
'(
"/h/folkboat1/Emac_Utils/JDE/jde-2.1.7/lisp"
)
load-path))
;; ensure JDE is loaded at emacs start up
(require 'jde)
;; ============================
--
Art Schloth
Teradyne Software / Simulation Engineer
phone: 617 422-2855 fax: 617 422-2530
pager 888-806-0778, [EMAIL PROTECTED]
[EMAIL PROTECTED]