I'm wondering if I'm doing something wrong or this just doesn't work.

I'm:
Win NT (I can try this on linux on the weekend)...
elib-1.0
semantic-1.4beta14
eieio-0.17beta4  
jde-2.2.9beta9.1  
speedbar-0.14beta3

and with the setting:

c-cleanup-list's value is 
(defun-close-semi brace-else-brace brace-elseif-brace brace-catch-brace
list-close-comma)

all of the other cleanups work but when I type:
            try {
            }
            catch (X x){
            }
it stays just like that. Shouldn't I expect to see this cleaned up to:
            try {
            } catch (X x) {
            }
????

Matt


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  

Reply via email to