Is there a way to keep jde from catching errors and not entering the debugger? I keep getting this error: File mode specification error: (wrong-type-argument integer-or-marker-p nil) when I open Java files in jde-mode. It's not all the time though. Just decides to show up after a while and then it kind of comes and goes. Normally when I get an error like this I just do (setq debug-on-error t) and then wait for it to repeat and look at the debugger trace to figure out what's broken. However when I do this with JDE errors, in particular this one, I don't get dumped into the debugger. It's like someone is catching the error and choosing not to pass it onto the system. Anyone have some help on this one?
--- Jon Schewe | [EMAIL PROTECTED] *My views may not represent those of my employers
