Hello Raffael, Paul,

[...]
>  > I'm experiencing problems updating to JDE-2.2.8 and ECB-1.50.
>  >
>  > This is the first setup I tried:
>  >
>  > * JDE 2.2.8
>  >
>  > * ECB 1.50
>  >
>  > * semantic 1.4beta10
>  >
>  > * eieio 0.16
>  >
>  > * speedbar 0.13a
>  >
>  > With semantic 1.4beta10 it doesn't work at all (when activating
>  > senator mode it sais, that the buffer hasn't been setup for parsing).
>
> I believe recent changes in semantic 1.4beta10 break jde
> 2.2.8. David Ponce has contributed updates to the JDE that provide
> support for new features in semantic 1.4beta10. These upgrades will
> appear in the first beta for JDE 2.2.9.
[...]

Latest semantic-1.4beta10 should not break JDE 2.2.8.  It includes a
new hook to better handle partial re-parse and JDE 2.2.9 uses it to
speed up the auto parse feature.

I successfully used the following minimal setup on NT Emacs 20.7.1 (I
didn't try ECB).  Maybe Raffael could you try it?

Sincerely,
David

(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp"))
(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp/jde-2.2.8/lisp"))
(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp/elib-1.0"))
(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp/speedbar-0.13a"))
(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp/eieio-0.16"))
(add-to-list 'load-path
             (expand-file-name "~/emacs-lisp/semantic-1.4beta10"))

(require 'overlay-fix)
(require 'jde)

__________________________________________________
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
http://mail.voila.fr



Reply via email to