Debugging Bea Weblogic EJB Applications

2001-02-02 Thread klaus . berndl
an ejb-application with Bea weblogic and who can give me some startup-hints or JDEbug-configuratuion-tips or anything helpful? Or where can i find the articles i have mentioned above if not in the searchable mailing list? Any help would be appreciated a lot, Klaus -- Klaus Berndl

AW: Hippie expand

2001-02-02 Thread klaus . berndl
By default M-/ is bound to dabbrev-expand, which subsumes the function of hippie-expand This is completely wrong...the inverse direction is correct: hippie-expand contains most of the function of dabbrev-expand but not reversely. E.g. hippie-expand can also expand file- and pathnames which is

AW: convert to kr

2001-02-06 Thread klaus . berndl
Will that reparse and change the source? I would expect that toggle to only effect new code. Jeff Yes, this only affects new code. See my answer to Daniel for an outstanding tool to convert existing sources! Klaus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

resetting jde-options after each buffer-switch problem

2001-02-13 Thread klaus . berndl
ature is nice, but not always and not for EVERY option! What do you mean? Klaus -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas-Dehler-Str. 27, 81737 Mnchen, Germany Tel +49 89 63812-392, Fax -220

AW: jde-stack.el 1.0.1

2001-02-23 Thread klaus . berndl
Hello, this is a little bit offtopic, but i must make some words to the attached fm.el: IMHO there is no need for fm.el, because we have already with next-error, previous-error, compilation-goto-error etc. all necessary and these functions have the great advantage that im not needed to be in

WG: automatic parsing of jikes' error messages: next-error

2001-03-02 Thread klaus . berndl
hello Paul, please look at my answer below to someones jikes-parsing problem. Maybe it would be useful if JDE contains a test similar the one i wrote below to check if the variable 'compilation-error-regexp-alist' is set correct for jikes and javac (This test could be done easily with two

AW: ECB 1.0 released

2001-03-20 Thread klaus . berndl
ECB layout looks great. I can not seem to get ECB-method window to display methods in my C or C++(file extensions .cxx, .hxx)files. Methods are displayed OK for .h files. I have customized ECB so that it shows .cxx .hxx files. I don't know if this is a current limitation or is there

AW: AW: jde-help-find-javadoc problem in beta4

2001-03-27 Thread klaus . berndl
Wouldn't it be cleaner just to change line 110 from (if (which "wget") to (if (executable-find "wget") executable-find has the advantage of being in the standard emacs distribution (Emacs 20.7), so there's no need to bundle anything further with the JDE or to define

AW: AW: AW: jde-help-find-javadoc problem in beta4

2001-03-28 Thread klaus . berndl
Also, executable-find is *not* in the standard Emacs (20.7) distribution. I don't know what the original poster might have been thinking of. I do, because in my emacs-20-7.tar.gz source-distribution (Gnu Emacs 20.7) is in lisp/progmodes/executable.el the fuunction 'executable-find'. Do you

Bug in the jde-java-font-lock.api stuff

2001-03-29 Thread klaus . berndl
lighted. Why? Ciao, Klaus -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas-Dehler-Str. 27, 81737 Mnchen, Germany Tel +49 89 63812-392, Fax -220

AW: Using ECB and JDE

2001-04-03 Thread klaus . berndl
If you are using Xemacs... [(control x) 6 any key] Saves the window configuration [(control x) j same key as above] Restores the window configuration !!!You should not do this!!! From one of the developers of ECB: Because ECB save some internal states about splitting the edit-window of ECB

AW: AW: syntax lost in jde-mode when default face specified in .emacs

2001-04-03 Thread klaus . berndl
This sounds to me as if it could be the semantic-problem mentioned on the semantic-homepage (you need semantic if you install JDE). On the semantic-site there is a file overlay-fix.el offered which you have to install. Then the fontification-problem should be gone. In ever case it is

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

AW: use w3 instead of wget?

2001-04-06 Thread klaus . berndl
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 the shell command wget. I think wget

AW: Couple of ideas

2001-04-23 Thread klaus . berndl
Do you have ideas of what other errors could be detected automatically? I could only think about unbalanced parenthesis. I don´t think that this necessary, because the cc-mode package (from which jde-mode derives) does it already. If you have some unbalanced parenthesis, indendation will not

AW: AW: Docking the speedbar

2001-04-27 Thread klaus . berndl
Yes, of course. -Ursprüngliche Nachricht- Von: Mark Mynsted [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 27. April 2001 17:06 An: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: Docking the speedbar Would you notify this group when

AW: Minor ECB idea

2001-04-28 Thread klaus . berndl
I have added both suggestions to our TODO-list IMHO your suggestions would be very useful! Thanks, klaus I also enjoy ECB. I have a suggestion: could it support env vars, like the latest JDE, for settings like the source paths? Another idea is to use the JDE source paths if the JDE

ECB 1.30 now available

2001-05-29 Thread klaus . berndl
ECB, Emacs Code Browser, version 1.30 is now available at: http://home.swipnet.se/mayhem/ecb.html ECB is a source code browser that displays directories, source files, methods and variables that can be navigated using the mouse (and keyboard). Currently it supports parsing of Java, C and Elisp

AW: Error loading JDE-2.2.7.1

2001-05-30 Thread klaus . berndl
semantic-1.3.3 But I get the following error when I start my emacs: You should read carefully the announcements, because there is mentioned that JDE = 2.2.7 needs semantic = 1.4beta5! Install this semantic-version and bob will be your uncle :-) Hope this helps, Klaus

Error with compile-auto-highlight in latest JDE; maybe related to font-lock changes?!

2001-06-07 Thread klaus . berndl
is relative new, means i think previous JDE version don´t have this bug; maybe this is realted to the font-lock changes in latest versions...but this is only a shot in the blue :-) Klaus -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software

Re: Can't compile after lisp sources compiled (JDE 2.3.2)

2003-02-10 Thread Klaus Berndl
at beginning to explain how to use it, incl. an example. Ciao, Klaus -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas-Dehler-Str. 27, 81737 München, Germany Tel +49 89 63812-392, Fax -220

ECB 1.91.1 released!

2003-02-11 Thread Klaus Berndl
a command `ecb-create-new-layout' for interactively creating new layouts by example. Enjoy, Klaus -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas-Dehler-Str. 27, 81737 München, Germany Tel +49 89

Re: Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-19 Thread Klaus Berndl
props -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas-Dehler-Str. 27, 81737 München, Germany Tel +49 89 63812-392, Fax -220

Re: Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-19 Thread Klaus Berndl
); } } here is what you get in a temp buffer. All the java class names are hyperlinks (activated by mouse or RET key). class java.lang.System -- Klaus Berndlmailto: [EMAIL PROTECTED] sdm AG http://www.sdm.de software design management Thomas

Re: auto-delete compile buffer

2003-02-19 Thread Klaus Berndl
No compilation errors)) ;;there were errors, so jump to the first error (next-error Klaus However, its not working the way I wanted it to: it kills the buffer, but now the frame split persits :( Any suggestions? Regards, Diez -- Klaus Berndl