Hi,

I encounter the following problem when I try to use "Import class" from
Wizard,
when JDE tries to load beanshell :
if jde-run.el is not byte-compiled, I get :

Starting the BeanShell. Please wait...
Invalid function: (macro lambda (&rest body) "Saves the value of the
w32-start-process-show-window variable
before evaluating body and restores the value afterwards." (backquote
(if (and (eq system-type (quote windows-nt)) (not jde-xemacsp)) (if
(boundp (quote win32-start-process-show-window)) (let ((save
win32-start-process-show-window)) (setq win32-start-process-show-window
t) (\,@ body) (setq win32-start-process-show-window save)) (let ((save
w32-start-process-show-window)) (setq w32-start-process-show-window t)
(\,@ body) (setq w32-start-process-show-window save))) (\,@ body))))

if jde-run.el si byte-compiled, I get :
Starting the BeanShell. Please wait...
Invalid function: (macro . #<compiled-function (&rest body) "...(33)"
[if (and (eq system-type (quote windows-nt)) (not jde-xemacsp)) (boundp
(quote win32-start-process-show-window)) let ((save
win32-start-process-show-window)) (setq win32-start-process-show-window
t) append body ((setq win32-start-process-show-window save)) ((save
w32-start-process-show-window)) (setq w32-start-process-show-window t)
((setq w32-start-process-show-window save))] 11
("/net/warhol/export/home1/warhol/xemacs/lib/xemacs/site-lisp/jde-2.1.6beta24/lisp/jde-run.elc"
. 14153)>)

BTW, when I try to bytecompiled jde.el without evaluating first the
file, 
I get :
Compiling file
/net/warhol/export/home1/warhol/xemacs/lib/xemacs/site-lisp/jde-2.1.6beta24/lisp/jde.el
at Wed May 24 11:03:18 2000
  !! Symbol's value as variable is void ((jde-xemacsp))

and bytecompilation fails.

Those problems occurs on Solaris 2.5.1, XEmacs 21.1.9
--
Frederic Crozat

Reply via email to