At 12:57 PM 6/20/00 -0400, Jeff Rancier wrote:
>Thanks Ben,
>
>My problem seems to be resolved. One thing that I haven't been able to
>figure out is where I can customize the style of the main abbreviation,
>even with jde-gen-k&r set to nil, main expands to:
>
>public class myClass
>{
> public static void main (String[] args) {
> return;
> } // end of main ()
>}
>
A couple of things to note about jde-gen-k&r.
1) You have to restart Emacs for a change in this variable to take affect.
I consider this a bug and I'll try to provide a fix in an upcoming release.
2) If you are using a prj.el file, you have to reset all the templates to
their standard values (after restarting Emacs) when you change the value of
jde-gen-k&r and then resave the templates in the prj.el file for your project
Again I think this is a bug that needs to be fixed.
- Paul