I just installed the JDE version 2.1.6beta21 on:
- Windows 2000
- GNU Emacs 20.6.1 (i386-*-nt5.0.2195)
I have the following lines in my .emacs:
(setq load-path (cons "~/lisp/jde-2.1.6beta21/lisp" load-path))
(require 'font-lock)
(require 'jde)
When loading the jde I get the following in my *messages* buffer:
Loading backquote...
Loading backquote...done
Loading wid-browse...
Loading wid-browse...done
Error in init file: Symbol's function definition is void: temp-directory
Fontifying *scratch*...
Fontifying *scratch*... (regexps............)
Error in init file: Symbol's function definition is void: temp-directory
I couldn't find anything similar in the FAQ or in the install.
Any ideas?
-Jeff