Hi Jim,

For new JDE features, like JDEBug, you're better off with Emacs because
that's the system that I use for development. I'd be happy to switch to
XEmacs, but it doesn't run well on Windows 95, which is the plaform I use.
Generally, my lowest priority and the last thing that I do is to ensure
that what works for Emacs works for XEmacs.

Of course, I welcome bug fixes from dedicated XEmacs users. So, if you're
an XEmacs user and want to speed the time when JDEBug is fully functional
on XEmacs, please feel free to dig into my code, find out where it breaks
on XEmacs, and send the patches to the new JDE patches mailing list,
[EMAIL PROTECTED] I'll incorporate them into the JDE just as fast
as I get them.

Paul

At 12:38 PM 8/25/99 -0400, Jim Apple wrote:
>> -----Original Message-----
>> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 25, 1999 11:38 AM
>> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: RE: JDE-2.1.6b7 Available...
>>
>..
>> Yes, this is a bug in the XEmacs version of the JDE. (Note: I do not use
>> XEmacs myself, so full XEmacs support for any new feature often
>> lags behind
>> FSF Emacs.) When I wrote the code for the JDEBut menu some months ago, I
>> made a note to myself to provide code for inserting the menu in the XEmacs
>> menubar and then promptly forgot about it. The next release will contain a
>> fix for this bug.
>>
>
>Thanks for the help, this got the menu to install.  Now I'm at the same poit
>I was on NT.
>
>       Args out of range: "",-1
>
>in the mini buffer and empty JDEbug buffer.
>
>I switched over to Unix to try and work around this problem, did I make a
>mistake by using Xemacs 20.3 ? should I go get FSF emacs 20.3 on Unix ?
>
>Complete info
>
>Platform: win32
>Emacs: GNU emacs 20.3.1
>jde: beta 7
>
>Platform: Solaris 2.6
>Emacs: Xemacs 20.3
>jde: beta 7
>
>.emacs
>
>(put 'eval-expression 'disabled nil)
>
>(global-set-key "\C-cc" 'compile)
>(global-set-key "\C-xb" 'buffer-menu)
>
>(setq load-path
>                      (nconc
>
>                               "/goslyn1/emacs/jde-2.1.6beta7/lisp"
>                              "/goslyn1/emacs/eieio-0.12"
>                              "/goslyn1/emacs/speedbar-0.8.1"
>                               )
>                               load-path))
>
>
>(require 'jde)
>
>(custom-set-variables
> '(jde-db-debugger (quote ("jdebug" . "Class"))))
>(custom-set-faces)

Reply via email to