Jim Apple writes:
>
>
> > -----Original Message-----
> > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 25, 1999 1:36 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: RE: JDE-2.1.6b7 Available...
> >
> >
> > At 01:19 PM 8/25/99 -0400, Jim Apple wrote:
> > >
> > >I'd switch over to FSF emacs on Unix in a minute, if I didn't
> > have the same
> > >set of problems with FSF emacs on NT ?
> > >
> >
> > I use Emacs 20.3.1 on Windows/NT all day 5 days a week, without
> > any problems.
>
> Ok, so those of us that get the
>
> Args out of range: "", -1
>
> messages while running FSF Emacs 20.3.1 have a problem you are not familiar
> with ? Or is this a known issue and we should just wait for a upcoming beta
> or the fcs ?
I made some progress with this problem. The error message is caused
because jde_bug_jpda_directory is set to "" by default. Paul, you
might want to set this variable to nil by default and add a check for
a non-nil value at runtime. Let me know if you want a patch to do
this. You might also want to add some text in the documentation that
it needs to be set.
After setting jde_bug_jpda_directory to the base of the installed JPDA
package from Javasoft, I get the following error:
Lisp error: (wrong-number-of-arguments (lambda (proc-id debug-info)
(jde-dbs-display-debug-message proc-id debug-info)) 1)
I'll debug this problem next.
-pmr