> -----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