At 09:48 AM 5/17/99 +0800, Barney Dalton wrote:
>
>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?
>
The custom-set-variables form appears to be in the wrong
format. Delete it from your .emacs file and then use custom
to recreate it.
- Paul