Should I expect the following:

Jde Gen Cflow Main: [Hide]
[INS] [DEL] String: (if (jde-parse-comment-or-quoted-p)
[INS] [DEL] String: '(l "main")
[INS] [DEL] String: '(l '> "public static void main (String[] args) "
[INS] [DEL] String: (if jde-gen-k&r
[INS] [DEL] String: ()
[INS] [DEL] String: '>'n)
[INS] [DEL] String: "{"'>'n'>'r'n
[INS] [DEL] String: "} // end of main ()"'>'n'>)
[INS] [DEL] String: )
[INS]

To produce the following indentation?

public static void main (String[] args)
     {

     } // end of main ()

If so, can someone help me in modify the above to produce:

public static void main (String[] args)
{

} // end of main ()

I am not a lisp programmer (yet), but can I assume that that is standard
elisp?

Thanks in advance.

Jeff

Reply via email to