Hello:

How do I get the JDE javadoc class templates to honor the "user-full-name"
and "user-mail-address"?

It works on the Unix boxes on campus, but on my personal JDE/Emacs setup my
name and email don't appear next to @author in the comment block.

Am I doing something wrong? Here is the jde section of my .emacs file:

<snip>

(custom-set-variables
 '(jde-help-docsets (quote (("javadoc" "D:/j2sdk1.4.2_01/docs/api" nil))))
 '(jde-run-applet-viewer "appletviewer")
 '(jde-compile-option-debug (quote ("all" (t nil nil))))
 '(jde-db-read-vm-args nil)
 '(jde-run-applet-doc "")
 '(jde-compile-option-sourcepath (quote ("./" "../" "../..")))
 '(jde-compile-option-deprecation t)
 '(jde-bug-jdk-directory "D:/j2sdk1.4.2_01/")
 '(jde-quote-classpath nil)
 '(jde-db-source-directories (quote ("." "..")))
 '(jde-appletviewer-option-vm-args (quote ("-classpath"
"d:\\projects\\CSE115\\Classlibs")))
 '(jde-jdk-doc-url "D:\\j2sdk1.4.2_01\\docs\\api\\overview-summary.html")
 '(jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
 '(jde-gen-window-listener-template (quote ("(end-of-line) '& (P \"Window
name: \")" "\".addWindowListener(new WindowAdapter() \"" "(if jde-gen-k&r "
"()" "'>'n)" "\"{\"'>'n" "'>'n \"public void windowClosing(WindowEvent e)
\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n \"System.exit(0);\"
'>'n \"}\"" "'>'n \"});\" '>'n'>")))
 '(jde-global-classpath (quote ("d:\\projects\\CSE115\\Classlibs" ".."
".")))
 '(jde-enable-abbrev-mode t)
 '(jde-bug-vm-includes-jpda-p t)
 '(jde-run-classic-mode-vm nil))
 '(user-full-name "Horus M Alkebulan")
 '(user-mail-address "[EMAIL PROTECTED]"))
(custom-set-faces)


<snip>
-- 
----------------------------------------------------
Horus M Alkebulan, BSEE
Computer Science, BS Candidate
University at Buffalo, USA
Email:    [EMAIL PROTECTED]
IM: horusalkebulan (MSN/Yahoo), Alkebulan2000 (AIM)


Reply via email to