T. V. Raman writes: > This is while running under Emacs 21.3.50 (CVS)-- not sure if > the version of emacs is the significan bit here: > > Symptoms: > > Open a .java file in jde mode and invoke any command that > launches the beanshell e.g. completion, or import helpers --- > the first time you invoke such a command in an emacs session, > i.e., the when the beanshell initially launches, emacs hangs; > hitting C-g and then running the command again results in > successful completion, and all further invocations of commands > that use the beanshell function flawlessly. I suspect that > something is failing to parse the initial beanshell response > correctly in emacs. >
Hi Raman, Nice to hear from you again. This could be a beanshell startup timing problem. Try increasing the value of the customization variable: bsh-startup-timeout. Also, you should upgrade to the final release of JDEE 2.3.3. Regards, Paul
