AW: Problem getting the methods directory to update

2001-06-12 Thread Berndl, Klaus
Well, I byte-compiled the ecb and the jde, and now all files BUT java source files get parsed, and the methods and variables show up in the methods window. That includes DOS batch files, C files, makefiles, lisp files. No java. JDE users, I attempted to byte-recompile directory, and it

RE: Discussion about the ECB-layout - Development needs feedback from the users

2001-06-18 Thread Berndl, Klaus
in my .emacs so I can see all of the error messages without having to scroll (I usually have truncate-lines set to t for all other modes). (Aside of my own - auto-show-mode sometimes doesn't work in the ecb edit window, and turning truncate-lines off doesn't make the lines wrap - does

Start of the Beanshell

2001-07-03 Thread Berndl, Klaus
Hi! I found it very annoying that the first beanshell start takes a long time. Meens if you do your first completion for example (or help for symbol at point), then you must wait a veeery long time :-) IMHO there exists a also very simple solution for this problem: Why not starting the

RE: Turning off mouse hooks on ECB

2001-07-05 Thread Berndl, Klaus
First: I will inspect the code carefully where not a cleanup is done because this should be done otherwise it is a bug. But second: Which version of ecb you are using? I suppose something = 1.32?! Ok, latest 1.40beta2 version which is available via CVS has a lot of improvements: here is the

RE: How can I make the JDE smaller ?

2001-07-12 Thread Berndl, Klaus
So I have two questions : 1) Is there a way to disable all the new functinnalities (speedbar, eieio, semantic ...) ? No, latest JDE-version need all these packages! 2) If it is not possible, where can I find some old JDE 2.1.* versions ? ftp://ftp.sunsite.auc.dk/projects/jde I know the new

RE: Method Navigation

2001-07-13 Thread Berndl, Klaus
1. use standard emacs search capabilities 2. use jde classes menu 3. use ecb methods buffer 4. use find-tag 5. use speedbar Here's why I don't like any of the above options. Ecb and the jde classes menu require the mouse. Mouse usage is inefficient. Find-tag requires frequent updating of the

RE: jde and ecb

2001-07-19 Thread Berndl, Klaus
Please use the following packages: - ecb 1.40 - semantic 1.4beta8 - latest JDE - EIEIO latest beta or 0.16 should work No, latest eieio-beta works NOT with latest JDE! (see requirements of JDE) Klaus /Jesper Nordenberg

RE: jde and ecb

2001-07-19 Thread Berndl, Klaus
Well, here's a checklist: 1. Check that you've added (require 'jde) to your .emacs. 2. Check that JDE mode is activated when you load a .java file. 3. Check that you don't have any old versions of the packages or old .elc files in your load-path. 4. Check what you have into the hooks

RE: Fontification problem

2001-08-28 Thread Berndl, Klaus
NTemacs 20.5.1 JDE 2.2.7.1 semantic 1.4 beta1 When I run a compilation from a Java buffer, the compilation buffer is not fontified -- same problem with grep. Fontification of the compilation buffer is only done the first time I select a buffer which is not in jde-mode. I have already seen

RE: Fontification problem

2001-08-28 Thread Berndl, Klaus
Yes, thank you, this workaround works! But nevertheless there is a bug about this within JDE... I´m using already latest JDE (2.2.8) and Emacs (20.7.1) Klaus -Original Message- From: Louis Aloia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 7:33 PM To: Berndl, Klaus; 'ABAK

RE: scrolling compile buffer

2001-09-05 Thread Berndl, Klaus
setting compilation-scroll-output to nil definitly stops scrolling the output. I have tested it wirh latest JDE, GNU Emacs 20.7 and some java (compiling and igrep) and elisp (igrep) files. If it works not for you you must have somewhere some elisp-code which does something with your

RE: disabling method highlighting in new JDE

2001-11-01 Thread Berndl, Klaus
Hello, I've just installed and downloaded JDE 2.2.8 and installed it in Emacs 21.1.1. The new JDE highlights a Java method when you make any change. The highlighting disappears when the .java file is saved. My version does not do this? What did you do to enable this functionality? I

RE: Semantic 1.4beta11

2001-09-27 Thread Berndl, Klaus
I installed the new package, and tried it on a C header file. I have several: typedef struct { blah, blah, blah } blah_S; like definitions in the file. The *ECB Methods* buffer shows a: ^@ for each. It looks like: -- ^@ ^@ ^@ ^@ ^@

RE: Speedbar question (slightly OT)

2002-01-21 Thread Berndl, Klaus
Two months ago or so I upgraded to the latest JDE beta and along the way I upgraded speedbar to 0.14beta2 (as well as other required components). After the upgrade, I cannot expand java files on speedbar - when I click on the + to the left or Test.java(etc) it changes to - but I do not see

RE: JDE-2.2.9beta8 available at

2002-01-21 Thread Berndl, Klaus
AFAIK semantic-add-minor-mode is added first in beta12 of semantic. Am i right? Klaus When loading emacs fails to load giving me the following message: Error in init file: Symbol's function definition is void: semantic-add-minor-mode I am using: (setq load-path (cons (concat add-on-path

RE: JDE-2.2.9beta8 available at

2002-01-21 Thread Berndl, Klaus
OK. I downloaded semantic-1.4beta13, and the JDE-2.2.9beta8 load OK. Klaus, do you recommend upgrading to eieio-0.17beta3? Jeff I'm using eieio17beta3 and it works without problems but IMHO there is no need for an upgrade if you don't need the new features of eieio itself: AFAIK neither JDE nor

RE: JDE-2.2.9beta8 available at

2002-01-21 Thread Berndl, Klaus
I didn't realize that this release requires semantic-1.4beta12 and eieio-0.17beta3. This was pointed out to me by Karsten Ensinger. Thanks Karsten. I would strongly recommend using latest beta13 and not beta12 of semantic, because beta12 has really some drawbacks related to the new auto.

Open class for symbol at point

2002-01-27 Thread Berndl, Klaus
Think of an arbitrary symbol in my java-source, like: MyOwnClassType aType = new (...); ... // somewhere in the code (of course with correct scope) aType.aMethod(); ^ // means point stays here Suppopse point stays for example where the ^-sign is. Is there

Suggestion for path-expanding

2002-01-27 Thread Berndl, Klaus
Hi, in current JDE there are a lot of options where we can define path-lists, e.g. jde-db-source-directories, jde-global-classpath etc. Some of them uses expansion of environment-variables some of them not (AFAIK). Here comes a design-suggestion for the JDE-implementation: Every(!) option

RE: Suggestion for path-expanding

2002-01-28 Thread Berndl, Klaus
Ok, then the only suggestion i still have is to add for every path option jde-XXX an internal jde-XXX-internal variable with is set by the :set-clause of the defcustom-form of jde-XXX. Then not every path-using feature of JDE must call itself the normalizing-function. How would this

RE: JDE config problem?

2002-02-08 Thread Berndl, Klaus
Gary Lawrence Murphy writes: On using jde-gen-class-buffer to create a class that implements java.oi.FileFilter, JDE correctly inserts the needed accept() method but also inserts the following message just after that method: Invalid function: (macro . #compiled-function (token

RE: JDE config problem?

2002-02-12 Thread Berndl, Klaus
I've run the JDE with eieio both compiled and uncompiled and I've never noticed any difference in performance. Further, I can't imagine why it should cause bad performance. eieio is not used to do any computationally intensive tasks. First of all not only JDE uses eieio but also semantic which

Field-completion also viy mounted drives?

2002-02-15 Thread Berndl, Klaus
I'm wondering if the following is possible: We have a SUN Solaris system, where our java-sources reside. These sources are also compiled to *.class files with the SUN-JDK and reside also onto the Solaris system. But we want to use JDE with NTEmacs 21.1. onto Windows NT 4.0 and edit the

RE: ecb integration problem

2002-03-04 Thread Berndl, Klaus
I recently downloaded ECB version 17 and included it in the load path Please send a bug-report with the buildin bugreport-generator of ECB (see menu ECB-Help-Submit-bug report and the related stuff in the online-help of ECB) I want it to use for browsing java source code Its fine and works

RE: jde glitches

2002-03-14 Thread Berndl, Klaus
Hi Paul, ... You should be sure to byte-compile to minimize the parsing problem. Some days ago your recommendation was never byte-compile the packages because this can cause some problems. I had written a mail to you and this list, where i strongly recommended at least byte-compiling eieio and

RE: jde glitches

2002-03-14 Thread Berndl, Klaus
Thanks everyone. I've upgraded to the latest semantic (1.4beta14) and speedbar (0.14beta3), hoping that some problem has been fixed. (I coulda sworn I tried to do this a few days ago on my home machine, but jde complained about the new versions... weird). As always, I've byte compiled all the

RE: navigation question

2002-03-14 Thread Berndl, Klaus
You're right, I realised I didn't read the question fully. But then I'd already sent my answer. I seem to remember that the feature you're describing has been discussed previously though, and that Paul asked for somebody with the time and skills to implement it to go ahead. I'm not that guy, but

RE: Beanshell + windows setup

2002-04-10 Thread Berndl, Klaus
Elias Biris writes: PS: By the way I tried the 2.2.9 current beta to see if this error can be alleviated but jde keeps complaining that the speedbar version is incompatible (0.14beta4). Trying 0.13 as it suggested causes my ECB (Emacs Code Browser) mode to stop working successfuly). Not JDEE

RE: auto-fill-mode problems while typing javadoc

2002-06-06 Thread Berndl, Klaus
I'm using filladapt.el which is a much smarter (auto-)filling then the standard-mechanism of Emacs. here an example. Suppose the following method: public void print(int i, double d) { return; } point is on the first line. Then i do JDE-Documentation-Add and get

RE: Limit posts to members?

2002-06-27 Thread Berndl, Klaus
It's ok for me or better after reading all postings to this topic i would say: This is necessary because otherwise this really helpful list is quite unuseable Klaus -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 7:48 AM To: [EMAIL

RE: Javadoc comments

2002-09-12 Thread Berndl, Klaus
Hi! Smart ENTER in all cc-mode based major-modes (so also for jde-mode): Here is what i have bound to RET in my c-mode-common-hook (jde-mode inherits all this!): (defun my-cc-mode-return () Intelligent line breaking in all

RE: cygwin-emacs and classpath under jdee

2002-09-12 Thread Berndl, Klaus
Do not know exactly, but JDE checks sometimes the following condition: (if (eq system-type 'cygwin32)...) and here is: (defvar jde-classpath-separator (if (eq system-type 'cygwin32) ; path-separator) The separator to use in a classpath. This is usually

JDE supporting new cygwin GNU Emasc 21.2

2002-09-13 Thread Berndl, Klaus
Hi Paul, to make JDE supporting well the new cygwin port of GNU Emasc 21.2. you should add to every code which checks currently for (eq system-type 'cygwin32) the symbol 'cygwin because XEmacs use cygwin 32 whereas GNU Emacs use cygwin. So for example you could replace the old code with

AW: cedet.sourceforge.net refusing connections

2002-10-28 Thread Berndl, Klaus
John Collins [EMAIL PROTECTED] seems to think that: I'm trying to set up JDEE on a new machine, and I can't get at the emacs tools eieio, semantic, etc. Any news? [ ... ] Every once in a while the sourceforge download system fails. I don't know why, but it usually comes back in a little

AW: Semantic 1.4.1 is released!

2002-12-15 Thread Berndl, Klaus
Hello Eric and David! I just downloaded semantic 1.4.1 and had noticed the following: 1. Bug in semantic-texi.el: It is not enough to add (defopt . 1) to semantic-texi-name-field-list but is also necessary to add opt to semantic-texi-super-regex: (defvar semantic-texi-super-regex

ECB 1.90 is released!

2003-01-31 Thread Berndl, Klaus
ECB 1.90 is released! = From this release on ECB has a new official maintainer: Klaus Berndl [EMAIL PROTECTED]. Also the homepage of ECB has moved to http://ecb.sourceforge.net. The old homepage at http://home.swipnet.se/mayhem/ecb.html is not longer supported. How to get

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

2003-02-19 Thread Berndl, Klaus
Hello, attached is a small library ecb-jde.el which enables you to display the contents of class at point in the method-window of ECB: (defun ecb-jde-display-class-at-point () Displays in the ECB-methods-buffer the contents \(methods, attributes etc...) of the class which contains the

RE: auto-delete compile buffer

2003-02-19 Thread Berndl, Klaus
I created this function: I think it has to be: (defun jde-compile-finish-kill-buffer (buf msg) Removes the jde-compile window after a few seconds if no errors. (save-excursion (set-buffer buf) (if (null (or (string-match .*exited abnormally.* msg) (string-match

ECB 1.92 released!

2003-02-24 Thread Berndl, Klaus
ECB 1.92 is released! = Reminder: The homepage of ECB has moved to http://ecb.sourceforge.net http://ecb.sourceforge.net . The old homepage at http://home.swipnet.se/mayhem/ecb.html http://home.swipnet.se/mayhem/ecb.html is not longer supported. How to get it:

RE: ECB + JDE window focus bug - suggestion for solution (was: RE: EC B + JDE window focus bug)

2003-02-27 Thread Berndl, Klaus
Kinnucan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 7:11 PM To: Berndl, Klaus Cc: 'Le Wang'; [EMAIL PROTECTED]; 'Paul Kinnucan' Subject: ECB + JDE window focus bug - suggestion for solution (was: RE: EC B + JDE window focus bug) Hi Klaus, Wouldn't a simpler solution be for efc

ECB 1.95 released!

2003-07-07 Thread Berndl, Klaus
ECB 1.95 is released! What's new in the new release: -- * Changes for ECB version 1.95 ** ECB now displays the expand- and collapse symbols in the tree-buffers with image-icons - the same icons as speedbar uses. See the new

ECB 1.95.1 released! - Plain text announcement

2003-07-16 Thread Berndl, Klaus
Sorry, my previous announcement was in HTML-format...and some users are complaining about this...therefore here plain text: ECB 1.95.1 is released! What's new in the new release: -- * Changes for ECB version 1.95.1 ** Now the

ECB 1.96 released!!

2003-09-15 Thread Berndl, Klaus
ECB 1.96 is released! What's new in the new release: -- * Changes for ECB version 1.96 ** ECB can work together with the window-managers escreen and winring This allows to run applications like Gnus, VM or BBDB in the same frame as

RE: ECB 2.01 released!

2003-11-05 Thread Berndl, Klaus
Berndl, Klaus wrote: Cool Stuff. I tried setting ecb-tree-buffer-style to image and it did not change from Ascii with guide-lines. I am using GNU Emacs 21.2.1 on Windows 2K Of course, because GNU Emacs 21.2 does not support images on windows ;-) The image-code for Windows is only in the cvs

RE: ECB 2.01 released!

2003-11-09 Thread Berndl, Klaus
files ? -Original Message- From: Suraj Acharya [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 1:11 AM To: Berndl, Klaus; [EMAIL PROTECTED] Subject: Re: ECB 2.01 released! Berndl, Klaus wrote: Cool Stuff. I tried setting ecb-tree-buffer-style to image and it did

ECB 2.11 released!

2003-11-14 Thread Berndl, Klaus
ECB 2.11 is released! What's new in the new release: -- * Changes for ECB version 2.11 ** Using semanticdb to jump to type-tags defined in other files. In OO-languages like CLOS, eieio and C++ there can be type-tags in the

ECB 2.21 released!

2004-02-16 Thread Berndl, Klaus
ECB 2.21 is released! What's new in the new release: -- * Changes for ECB version 2.21 ** Advice for `balance-windows' so only the edit-windows are balanced. Thanks to David Ishee [EMAIL PROTECTED] for suggestion. ** New option

RE: automatic adding to hs-special-modes-alist??

2004-03-11 Thread Berndl, Klaus
I second this - ECB already recommend this in its manual, so the hideshow-integration into ECB can work with JDEE too... Klaus I have this snippet in my .emacs, would it be a good idea if jde would do something like this internally? It is just the same definition as for java-mode, copied from

RE: Roadmap for Java 1.5 support ?

2004-04-05 Thread Berndl, Klaus
Hervé Bitteur wrote: Hello, I've switched to Java 1.5 beta for more than one month now. I just made the bare minimum in terms of modifications in JDEE lisp files, since I'm not at all a Lisp expert. I can keep on using JDEE as my favorite development environment, since browsing, text

RE: JDE 2.3.4beta3

2004-05-07 Thread Berndl, Klaus
Prof. Dr. Jobst Hoffmann wrote: I started JDE 2.3.4beta3 and the following error came out: (1) (error/warning) Error in `post-command-hook' (setting hook to nil): (wrong-type-argument string-or-itimer-p nil) Just another little glitch: when I'm starting a console application (C-c C-v

RE: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Berndl, Klaus
;; to a buffer belonging to another. (make-local-hook 'post-command-hook) Hmm, I don't think I need the above form because the add-hook form below makes the variable local anyway. Indeed. (add-hook 'post-command-hook

RE: Customizing JDE

2004-06-11 Thread Berndl, Klaus
be a good starting point for developing an enhanced version... ;-) Klaus Nascif Abousalh-Neto wrote: I think the question is, can it be done programatically? -Original Message- From: Berndl, Klaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:52 PM To: [EMAIL PROTECTED

ECB 2.25 released!

2004-06-14 Thread Berndl, Klaus
ECB 2.25 is released! What's new in the new release: -- * Changes for ECB version 2.25 ** More flexible sorting of the Sources- and the History-buffer *** `ecb-sort-history-items' has been renamed to `ecb-history-sort-method' and

RE: Reporting problems concerning JDEE and ECB (Was: Trouble with JDE Completion)

2004-06-24 Thread Berndl, Klaus
with ECB not even loaded and I see the same behavior. Thanks for taking the time to reply. -exits --- Berndl, Klaus [EMAIL PROTECTED] wrote: Not an answer to the problem below but a recommendation which would make it easier for me or Paul to reproduce problems. It seems that there are some

ECB 2.26 is released!

2004-08-12 Thread Berndl, Klaus
ECB 2.26 is released! What's new in the new release: -- * Changes for ECB version 2.26 ** Improved the performance of the directories-buffer-display Reduced the need of completely rebuilding the whole directories-tree-buffer