Here's my problem
I need to take out extra inside padding on parenthesis in control flow
templates. (so instead of "if (  )" I want "if ()")  I looked at code for
templates, but since I'm not knowledgeable
in lisp, it doesn't make sense to me how to take off the extra spaces. I'd
appreciate if someone could show me how to take out extra spaces in
following template -->

 (if (jde-parse-comment-or-quoted-p)
'(l "if")
'(l '> "if (" (p "if-clause: " clause) ") "
(if jde-gen-k&r 
()
'>'n)
"{"'>'n'>'r'n
"} // end of if (" (s clause) ")"'>'n'>)
)

Yaroslav

Reply via email to