Hi,

SYSTM : WinNT4SP5, JDE2.1.6, JDK1.3

it seems that whatever I do this variable is 't'. (I restarted emacs
as I now that jde-gen-k&r is being read at load time)

// ------ .emacs
  ;; JDE variables
  (custom-set-variables
   '(jde-gen-k&r nil)
   '(jde-bug-jdk-directory "d:/jdk1.3/")
   '(jde-bug-jpda-directory "d:/jdk1.3/")
   '(jde-bug-vm-includes-jpda-p t)
   '(jde-enable-abbrev-mode t))
//-----------

But I don't want the K&R style for all the abbrevs.

What's the trick to avoid the K&R style.

Also the jde-gen.el file contains the following :

     "\" \" (jde-gen-get-super-class)" ;;  \" {\" 'n> 'n>"

    (if jde-gen-k&r
         "\" {\"  'n>"
      "'n")

    (if jde-gen-k&r
        ""
      "\"{\"> 'n>")

    "\"public \""
    "(file-name-sans-extension (file-name-nondirectory
buffer-file-name))"
    "\" ()\""

    (if jde-gen-k&r
         "\" {\"  'n>"
      "'n")

    (if jde-gen-k&r
        ""
      "\"{\"> 'n>")

    "'p 'n>"

I don't really understand the (if jde-gen-k&r ... statement.
Either both are correct, ie. two open braces should appear, or
neither are correct, ie. no brace at all.
Is it possible that on of them should be negated?


TIA

Ralph
-- 
___________________________________________________________________
             
                  The Internet Changes Everything
                            iSolutions
___________________________________________________________________
Ralph Jocham                          e-mail: [EMAIL PROTECTED]
Software Engineer                        phone : (44) 0118 92 43991
Oracle Parkway, Building 520
Thames Valley Park, Reading RG6 1RA
______________________________________________  __  __ _  __ .   __
Opinions are my own and not those of...        (__)|-</-\(__ |__(-_

Reply via email to