I don't know what exactly your problem is, but I noticed that your .emacs
file, quotes are not properly terminated. The first line
(setq load-path (cons "D:\emacs-20.7\jde-2.2.6\" load-path))
is causing the problems. May be you should change it to
(setq load-path (cons "D:\emacs-20.7\jde-2.2.6" load-path))
Notice the missing slash after jde-2.2.6. May be that is the problem, may be
that is not. Please let the list know if you still have problem after fixing
that.
HTH
- Niranjan
-----Original Message-----
From: Chandramouli [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 11:37 AM
To: [EMAIL PROTECTED]
Subject: emacs/ jde
Hi,
I wanted to use emacs for windows NT for java applications and so I
installed emacs20.7 and jde2.6.
But I don't see 'java' tab or jde tab even after opening a .java file. I
don't know whats wrong with my _emacs file. Any help on this would be
greatly appreciated. I am attaching my _emacs file in case you need to look
at it.
Thanks
mouli.