At 09:12 AM 7/31/00 -0400, Brad Giaccio wrote:
>
>When trying to load any java buffer I got the following in the message log
>
>File mode specification error: (void-variable setnu-mode)
>Setting JDE variables to startup values...
>
>And on the menubar I get the Java menu followed by JDEBug
>but no JDE or Classes menu
>
>If I add the line (reuqire 'setnu) to the requires area in jde.el all
>is well. This occurs if I remove all jde custom lines from .emacs and
>prj.el files, so it shouldn't be an upgrade problem. I'm assuming it
>just a difference in the way that xemacs likes its packages and emacs.
>
This is not necesssary.
The JDE does not require setnu unless you set jde-setnu-mode-enable to
non-nil. If you this variable is set to nil, the set hook function for this
variable checks whether setnu-mode is non-nil and if so removes line
numbering. Unfortunately, I forgot to check whether setnu-mode is bound,
which it will not be if you have never turned on line number in the first
place. I fixed the bug and updated the distributable
on the website.
- Paul