Dan Pomohaci writes: > Hi, > > I upgraded my emacs from savannah.gnu.org cvs and jde doesn't work > anymore. The error is > "(wrong-type-argument keymapp nil)" > > I look in the jde.el and the problem is due to jde-new-buffer-menu: > ... > (let* ((mb (assq 'menu-bar global-map)) > (files (assq 'files mb)) > (menu (if (fboundp 'easy-menu-create-menu) > ... > in menu-bar "files" is now "file": > ... > (let* ((mb (assq 'menu-bar global-map)) > (files (assq 'file mb)) > (menu (if (fboundp 'easy-menu-create-menu) > ... > > After this small modif jde work ok.
Thanks, somebody else already posted this problem and a patch and I have applied the patch to the JDEE source for jde.el. Paul > > Best regards, > Dan > >
