Hi all,

I put the following instructions in my .emacs file

(custom-set-variables
.......
;; ignoring the k&r style
'(jde-gen-k&r nil)
......

;; putting my real email address at class creation
 '(jde-gen-class-buffer-template (quote ("(funcall
jde-gen-boilerplate-function) '>'n" "\"/**\" '>'n" "\" * \""
"(file-name-nondirectory buffer-file-name) '>'n" "\" *\" '>'n" "\" *\"
'>'n" "\" * Created: \" (current-time-string) '>'n" "\" *\" '>'n" "\" *
@author <a
href="mailto:[EMAIL PROTECTED]">F.Andriamasinoro</a>\"'>'n" "\" *
@version\" '>'n" "\" */\" '>'n'" "'>'n" "\"public class \""
"(file-name-sans-extension (file-name-nondirectory buffer-file-name))"
"\" \" (jde-gen-get-super-class)" "(if jde-gen-k&r " "()" "'>'n)"
"\"{\"'>'n" "\"public \"" "(file-name-sans-extension
(file-name-nondirectory buffer-file-name))" "\" ()\"" "(if jde-gen-k&r "
"()" "'>'n)" "\"{\"'>'n" "'>'p'n" "\"}\">" "'>'n" "\"}\">" "\"// \""
"(file-name-sans-extension (file-name-nondirectory buffer-file-name))"
"'>'n")))
)
so that they would be the default option at initialization.
But it does never considered by all Emacs sessions:
    -the k&r style remains true
    -and at a class creation I always have
        * @author <a href="mailto: "</a>
    instead of my real mail.

So, what may be the reason?

Thanks,

Fenintsoa
--
        [@666[]]::::::::::::::::::::::::::::::::::>
 ANDRIAMASINORO Fenintsoa
 Multi-agent Researcher
 IREMIA University of La R�union
 FRANCE
 T�l: 02 62 89 51 65 (portable) / 02 62 93 83 24 (office)
 E-Mail: [EMAIL PROTECTED]
 ----------------------------


Reply via email to