RE: CONTRIB: recursive search in files of the current JDE project

2001-04-05 Thread Mark Bucciarelli
As someone who's thought about learning elisp, I'd say your first effort sets a high standard! :) I have a suggested modification: I think the line "find %s %s -type f | xargs grep %s -n \"%s\"" is improved by this "find %s %s -type f | xargs grep %s -n \"%s\"

AW: use w3 instead of wget?

2001-04-05 Thread klaus . berndl
I have a small comment regarding jde-help. I've seen that the function jde-help-symbol makes use of the function jde-help-find-javadoc which checks whether a certain url exists. It does that by invoking the shell command wget. I think wget is a nice utility but I think it would be even

Re: AW: JDebug Improvement Suggestion

2001-04-05 Thread EHusby
Paul, Don't despair, JDebug has worked very nicely for me but, like you, I am running on a Windows NT system. An aside on debugging, in the past year I've adopted the unit test philosophy espoused by the XProgramming group and you know what has happened? My use of a debugger has almost

Re: JDE Debugging problem using JDB

2001-04-05 Thread Paul Kinnucan
Hi Andy, JDEbug is based on Sun's Java Platform Debug Architecture (JPDA). The initial version of the Java side of JDEbug was developed for the JDE by the team at Sun who developed JPDA. In particular, Sun approached me two years ago about creating a JPDA-based debugger for the JDE and offered

Re: AW: use w3 instead of wget?

2001-04-05 Thread Paul Kinnucan
I will put this in the JDE sources. Thanks, Paul At 03:18 PM 4/5/01 +0200, [EMAIL PROTECTED] wrote: I have a small comment regarding jde-help. I've seen that the function jde-help-symbol makes use of the function jde-help-find-javadoc which checks whether a certain url exists. It does

Re: AW: AW: JDebug Improvement Suggestion

2001-04-05 Thread Paul Kinnucan
At 10:45 AM 4/5/01 +0200, [EMAIL PROTECTED] wrote: [snip] No, you are definitely not the only guy able to use JDEBug :-) IMHO the problems JDEBUG getting startet will go to nearly zero because many of these problems are related not using the most recent JDK (means 1.3.0), some problems getting

website crashes browser

2001-04-05 Thread Peter Rooney
thanks for all the hard work! i'm running mandrake linux (2.2.12), using netscape 4.7, and the jde.sunsite.dk site totally crashes my browser, rendering the online docs powerless to help me out. frames make lynx a pain. i've wget'ed stuff down to my local machine so it's not urgent but thought

RE: CONTRIB: recursive search in files of the current JDE project

2001-04-05 Thread Berche, Guillaume
joel, Oups, sorry about that, I had not restarted by emacs since I tested it and so the default value of the jde-grep-file-regexp variable was never reassigned. I quoted it, I hope it works better now. I learned one more "always test your stuff from a fresh emacs process" :-) Here is the

RE: AW: AW: JDebug Improvement Suggestion

2001-04-05 Thread Nick Sieger
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 10:45 AM [...] trying out more of the commands and helping with debugging. My favorite command would be a fully functional "evaluate expression". I know you have said in the past that JPDA doesn't support

senator.el is gone from CVS

2001-04-05 Thread Alf-Ivar Holm
I don't get the lisp/senator.el package from CVS, but it was included in the 2.2.6 distribution. The missing .el file results in: While compiling toplevel forms in file /u/serum/d2/share/gnu/emacs/site-lisp/jde-cvs/lisp/jde.el: !! File error (("Cannot open load file"

RE: Generating javadoc for an entire project...

2001-04-05 Thread Przasnyski, Jeremy
It would be nice to have a way to generate javadocs for every package below a given package. I don't know about most of you, but we have a huge package structure I don't want to have to change that jde-javadoc-gen-packages variable every time I add a new sub-package. Is there a way to do this

Re: senator.el is gone from CVS

2001-04-05 Thread Paul Kinnucan
At 06:23 PM 4/5/01 +0200, you wrote: I don't get the lisp/senator.el package from CVS, but it was included in the 2.2.6 distribution. The missing .el file results in: The JDE CVS repository is intended to facilitate development of the JDE. It is not intended to serve as a source for

Re: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
Hi, There is a bug (and a fix) for the case where the JDE fails to save a customization in a project file that overrides a customizaiton in the .emacs file. See the mailing list archive for details. - Paul At 10:48 AM 4/5/01 -0600, Robert Mecklenburg [EMAIL PROTECTED] wrote: I love jde and

Re: jde-save-project misses some jde variables

2001-04-05 Thread Robert Mecklenburg
RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being saved ] PK There is a bug (and a fix) for the case where the JDE fails to PK save a customization in a

Re: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
At 11:11 AM 4/5/01 -0600, Robert Mecklenburg wrote: RM jde-compile-option-sourcepath RM jde-compile-option-directory I just saved both of the above in a project file without any problems. I didn't bother with the others because I have no reason to assume they wouldn't work as well. I am using

RE: jde-save-project misses some jde variables

2001-04-05 Thread Nick Sieger
From: Robert Mecklenburg [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 12:11 PM RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being

RE: jde-save-project misses some jde variables

2001-04-05 Thread Robert Mecklenburg
RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being saved ] RM Notice that jde-gen-cflow-* aren't being saved for me and those RM are not in my .emacs

RE: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
At 11:50 AM 4/5/01 -0600, Robert Mecklenburg wrote: RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being saved ] RM Notice that jde-gen-cflow-* aren't

RE: jde-save-project misses some jde variables

2001-04-05 Thread Robert Mecklenburg
NS OK, here's one. Do you still have the old project file handy? If NS so, can you check the lines that contain the above variables and NS verify that they look like this: NS NS '(var value t) NS ^ NS | NS The presence of `t' here is what tells JDE to put

Re: use w3 instead of wget?

2001-04-05 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Knut Wannheden [EMAIL PROTECTED] writes: I have a small comment regarding jde-help. I've seen that the function jde-help-symbol makes use of the function jde-help-find-javadoc which checks whether a certain url exists. It does that by invoking