On Thu, Jan 27, 2000 at 01:24:09PM -0500, Paul Kinnucan wrote:
> Hi,
>
> This appears to be a timing error that occurs only on Unix systems. I
> believe I have found a fix. Attached is a patched version of beanshell.el
> that contains the fix. Replace your version with the attached version. If
> the error persists, try increasing the value of the new customization
> variable, bsh-startup-timout, say to 5 seconds.
>
> Please let me know if this fix works for you.
>
Paul I tried your patch and this is the error message I get
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
("/home/bgiaccio/java/jde-2.1.6beta16/lisp/jde-run.elc" . 14275)>)
Starting the BeanShell. Please wait...
However the beanshell still starts and the second call works.
Brad