When i use the import feature of JDE and the result of the potentially classes are greater than 1 JDE opens a buffer to let you choose the correct class name. With JDE-2.2.9beta5 it is ok With JDE-2.2.9beta5 it is NOT ok , i have the following error
Debugger entered--Lisp error: (void-variable jde-import-import-window-config) (set-window-configuration jde-import-import-window-config) (let ((dialog-buffer ...)) (if pop-up-windows (delete-window)) (kill-buffer dialog-buffer) (set-window-configuration jde-import-import-window-config) (jde-import-insert-imports-into-buffer (cons jde-import-selected-import nil)) (message "Import complete.")) .<to be continue>... i make a diff between the two version of the jde-import file and i have found several difference and in particular: diff jde-2.2.9beta5\lisp\jde-import.el jde-2.2.9beta7\lisp\jde-import.el 363,365c363,365 < (let ((buf (get-buffer-create "*Select Import Class*" ))) < (setq jde-import-import-window-config (current-window-configuration)) < (setq jde-import-selected-import (car new-imports)) --- > (let ((buf (get-buffer-create "*Select Import Class*" )) > (jde-import-import-window-config (current-window-configuration)) > (jde-import-selected-import (car new-imports))) I am not an expert in lisp but i think the the previous version is better than the newest ! what is the solution ? Configuration GNU emacs 21.1.1 on Win200Pro ~/mylisp/jde-2.2.9beta7 or ~/mylisp/jde-2.2.9beta5 ~/mylisp/speedbar-0.14beta2 ~/mylisp/semantic-1.4beta12 ~/mylisp/elib-1.0 ~/mylisp/eieio-0.16 -------------------------------------------- Benoit Moussaud - Software Team Leader [EMAIL PROTECTED] CTS - Cril Telecom Software http://www.criltelecom.com 8 rue danjou 92517 Boulogne Billancourt - France Tel: (33) 1 58 17 04 78
