Loading tempo.el

2004-05-05 Thread Jesper Holmberg
probable that I have something else screwed-up in my startup-files? Jesper

Best practices for setting up project file

2004-03-27 Thread Jesper Holmberg
ronment variable, since it is different for every project. 2. Ant picks up any jar file put in the lib directory and adds it to the classpath through lib/**/*.jar. Is there anything similar which can be set for JDEE so that I don't have to explicitly name every jar-file I wan't to include? 3. Is the placing of the prj.el down in the src-tree the correct one, or should I rather put it in the project root? TIA, Jesper

ECB 1.80

2002-08-12 Thread Jesper Nordenberg
public mailing list: http://lists.sourceforge.net/lists/listinfo/ecb-list /Jesper Nordenberg

Unqualified classnames in jdb

2002-02-18 Thread Jesper Holmberg
ld be possible to just say: stop at DecisionUI:51 but then this class is not found. Is there a configuration variable I have missed? I have specified jde-run-application-class to "se.uu.it.decision.Decision" I am using Emacs 20.7, JDEE 2.2.6, and Blackdown JavaSDK 1.3.1

ECB 1.60 released

2002-01-20 Thread Jesper Nordenberg
! Please send them to the public mailing list: http://lists.sourceforge.net/lists/listinfo/ecb-list /Jesper Nordenberg

ECB 1.51 released

2001-10-21 Thread Jesper Nordenberg
prefixkey). (Klaus) - ecb-add-source-path and ecb-delete-source-path now ask if saving should be done for future sessions (Klaus). - Added new navigator functionality. Makes it easy to go to the back and forward in navigated tokens and buffers. See ecb-nav-goto-next and ecb-nav-goto-previous.

ECB 1.51 released

2001-10-21 Thread Jesper Nordenberg
prefixkey). (Klaus) - ecb-add-source-path and ecb-delete-source-path now ask if saving should be done for future sessions (Klaus). - Added new navigator functionality. Makes it easy to go to the back and forward in navigated tokens and buffers. See ecb-nav-goto-next and ecb-nav-goto-previous.

Re: jde and ecb

2001-07-19 Thread jesper
You wrote: > jesper <[EMAIL PROTECTED]> writes: > > Have you tried loading a .el file (Elisp file)? If there is no methods > > shown for that either, then you have a serious problem :-) If there > > are methods shown for the .el file, there is something wrong with y

Re: jde and ecb

2001-07-18 Thread jesper
ackages: - ecb 1.40 - semantic 1.4beta8 - latest JDE - EIEIO latest beta or 0.16 should work /Jesper Nordenberg

ECB v1.40 released!

2001-07-18 Thread Jesper Nordenberg
ontributions, suggestions and bug reports are welcome! Please send them to the public mailing list: http://lists.sourceforge.net/lists/listinfo/ecb-list /Jesper Nordenberg

Re: Renaming Proposal

2001-07-18 Thread jesper
you have to change the name, JDE is a well known name for Java programmers now. It's kinda scary that big companies can have such power of us small, hard working developers. I hope nobody starts complaining about ECB... /Jesper Nordenberg

RE: Should the JDE require ECB?

2001-06-23 Thread jesper
to remove all language specific code from ECB (including JDE functions) and to provide hooks and variables that other packages (such as JDE) can use to integrate with ECB. /Jesper Nordenberg

ECB 1.32 released

2001-06-06 Thread Jesper Nordenberg
ports parsing of Java, C and Elisp source code. It is completely written in Emacs Lisp and uses semantic to parse source files. Contributions and suggestions are welcome! /Jesper Nordenberg

Re: AW: Error loading JDE-2.2.7.1

2001-05-30 Thread Jesper Lillesø
s semantic-version and bob will be your uncle :-) > >Hope this helps, Hmmm - you are abosulutely right. Must read the manual ;-) Thanks it works for me now... Seem like a great mode for editing Java! /Jesper

Error loading JDE-2.2.7.1

2001-05-30 Thread Jesper Lillesø
-jde (progn (autoload 'jde-mode "jde" "JDE mode." t) (setq auto-mode-alist (append '(("\\.java\\'" . jde-mode)) auto-mode-alist))) (require 'jde)) ;; Sets the basic indentation for Java source files ;; to two spaces. (defun my-jde-mode-hook () (setq c-basic-offset 2)) (add-hook 'jde-mode-hook 'my-jde-mode-hook) (column-number-mode t) (show-paren-mode 1) Can anybody help me with a hit or a solution? Thanks in advance! /Jesper

ECB 1.20 released

2001-04-28 Thread Jesper Nordenberg
lay of the directory tree. Contributions and suggestions are welcome! /Jesper Nordenberg