Hi,
I have the following message when I load a Java file with emacs
20.4:
Autoloading failed to define function easy-menu-create-menu
My Emacs/JDE environment
host platform: Linux 2.2.12 (RedHat 6.0)
JDE version: 2.1.5
Emacs version: emacs 20.4.1
cc-mode version: 5.25
complete contents of my .emacs file:
----------------------------------------------------------------------
(setq load-path
(nconc '(
"/home/pseudo/java/tools/jde"
)
load-path))
(require 'jde)
----------------------------------------------------------------------
---------------------------------------------------------------
Olivier Dedieu - (INRIA - Bull / WebTools - Pharos)
Web: http://www-sor.inria.fr/~dedieu
JavaChannel: http://pharos.inria.fr/Java/
Pharos team: http://webtools.dyade.fr/pharos/
---------------------------------------------------------------