Hi, I encountered a problem when I tried to set some personal key-bindings. It wouldn't save and after some trying and searching I think I found the cause: line 135 in jde.el refers to an undefiend function jde-db-menu-debug-applet.
... (cons "[?\C-c ?\C-v ?\C-t]" 'jde-db-menu-debug-applet) ... I couldn't find any other references to that funciton in any other elisp files so I guess the line should just be deleted, and after doing that everything started working. /Olle
