On a fresh Emacs start, if the first Java file I open causes this error: File mode specification error: (error "Variable binding depth exceeds max-specpdl-size") the JMaker menu does not appear. All M-x jmaker-* commands work though. After opening a second Java file, the JMaker menu appears in both the second file's buffer and the first file's buffer. Also, the Hide/Show menu does not appear in the same situation, and a subsequent open causes the menu to appear in the second file's buffer, but not the first file's buffer. Is this a bug, or do I need to setup JMaker/JDE differently, different order, etc? My guess it is in the JDE error handling of this problem...perhaps the mode hook is not re-called so the other packages can load or something like that. PS: I would gladly debug, but I am still having a hard time with lisp. I am trying to add a minor thing to jde-import, and I am 80%+ there, but I am struggling with the last thing to do... There must be a better way of learning it besides brute force!
