Peter Dobratz writes: > Peter Dobratz writes: > > This patch changes the default value for jde-gen-class-buffer-template > > so that relevant tempo-template-jde-javadoc are used instead of > > literal text. This way when the value of, for example, > > tempo-template-jde-javadoc-author-tag is changed, the results of > > jde-gen-class-buffer also reflect this. > > Unfortunately, when you start the JDEE, jde-javadoc-insert-author-tag > is not defined, so when you do a M-x jde-gen-class-buffer, emacs > complains when it tries to insert the author tag. One way to define > the symbols is to load the JDE gen customization buffer. Is there > some code that I can add to the jde-gen-class-buffer-template so that > the other jde-javadoc-insert- functions will be defined? >
Hi Peter, I've committed your patch to the CVS repository with the necessary require form for jde-javadoc. The patch will appear in the next JDEE release. Thanks, Paul
