At 05:52 PM 11/20/99 +0000, you wrote: >Hi Paul, > >I'm fairly new to Java and your jde. I've been using version 2.1.5, >which is great, but when trying to load 2.1.6beta11, emacs complains: > > "Error in init file: Symbol's value as variable is void: c-frame" > >If you have time, can you please tell me where I'm going wrong? > Beginning with JDE 2.1.6, the JDE no longer will include speedbar as it is now part of the Emacs distribution. The version of speedbar shipped with Emacs 20.3.1 references the void variable c-frame, which is a bug. It has been corrected in subseqent versions of speedbar. Most likely you have Emacs 20.3.1 and that is why you are experiencing the problem. The solution is to get a later version of speedbar. I recommend upgrading to Emacs 20.4. Also, please in the future provide a complete description of your Emacs/JDE configuration, including .emacs file, version of the JDK, the system you are using, etc. This is common courtesy when seeking technical support in Internet programming groups. - Paul
