>>>>> "Frederic" == Frederic Crozat <[EMAIL PROTECTED]> writes:
Frederic> Hi,
Frederic> I encounter the following problem when I try to use
Frederic> "Import class" from Wizard, when JDE tries to load
Frederic> beanshell : if jde-run.el is not byte-compiled, I get :
Frederic> Starting the BeanShell. Please wait... Invalid function:
Frederic> (macro lambda (&rest body) "Saves the value of the
Frederic> w32-start-process-show-window variable before evaluating
Frederic> body and restores the value afterwards." (backquote (if
Frederic> (and (eq system-type (quote windows-nt)) (not
Frederic> jde-xemacsp)) (if (boundp (quote
Frederic> win32-start-process-show-window)) (let ((save
Frederic> win32-start-process-show-window)) (setq
Frederic> win32-start-process-show-window t) (\,@ body) (setq
Frederic> win32-start-process-show-window save)) (let ((save
Frederic> w32-start-process-show-window)) (setq
Frederic> w32-start-process-show-window t) (\,@ body) (setq
Frederic> w32-start-process-show-window save))) (\,@ body))))
I get something similar, and have done for ages.
The second time I use the beanshell I get "Symbol as variable is void:
Beanshell". The third time and thereafter it works fine. Just try
again is my advice.
Phil