-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I usually organize the buffers as follows:

+++++++++++
+____+____+
+____+____+
+++++++++++
+_________+
+++++++++++

the upper two buffers contain java sources, the lower
one is the *compilation*.

In last jdee versions, that I've tried (jde-2.2.9beta12,
jde-2.2.9-stable) after calling jde-compile (C-c C-v C-c)
in an upper buffer, the lower buffer always vanishes:

+++++++++++
+____+____+
+____+____+
+____+____+
+____+____+
+++++++++++

So far I've been using jde-2.2.9beta9.1 where it worked fine.

Linux Debian/unstable
GNU Emacs 21.2.2
JDEE 2.2.9
eieio-0.17
elib-1.0
semantic-1.4
speedbar-0.14beta4

best wishes,
Michal
- -- 
Michal Ceresna, DBAI, TU Wien
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE9z2uga18nmQa7hgMRAqXLAJ9Jn/cETcd48bpwHaAAKvLUMiFDoQCff/zk
Yf56xr2bpexuX8AwmFMoY8U=
=A8/4
-----END PGP SIGNATURE-----
;; Set the debug option to enable a backtrace when a
;; problem occurs.
;; (setq debug-on-error t)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; JDEE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/elib")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/eieio")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/speedbar")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/semantic")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/jde/lisp")

(require 'jde)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;customization
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(font-lock-use-colors nil)
 '(font-lock-use-fonts t)
 '(global-font-lock-mode t nil (font-lock))
)

(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

Reply via email to