I had some problems with a corrupt project file last week, I have deleted
and recreated it a number of times and now have the following problem.
All Java files I open produce the following error, despite the fact
that I now have no project file.
Fontifying MessageFlag.java...
Fontifying MessageFlag.java...done
Setting JDE variables to startup values...
File mode specification error: (wrong-type-argument keymapp nil)
I do have some global JDE variables set in my .emacs file
(custom-set-variables
'(jde-compile-option-command-line-args "+E ")
'(jde-compile-option-depend nil)
'(jde-build-use-make t)
'(jde-compiler "jikes"))
how can I track the source of this error message?
barney