Spam detection software, running on the system "kumar.ltc.sk", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
The administrator of that system for details.
Content preview: Sorry for sending a HTML format file. What I'm wondering
is: I want the indention of some macro as bla #ifdef MACRO some code
#endif not as bla #ifdef MACRO some code #endif [...]
Content analysis details: (8.4 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_PASS SPF: sender matches SPF record
0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
[score: 0.4867]
0.2 MIME_BASE64_NO_NAME RAW: base64 attachment does not have a file name
1.9 MIME_BASE64_TEXT RAW: Message text disguised using base64 encoding
0.2 MIME_BASE64_BLANKS RAW: Extra blank lines in base64 encoding
0.2 DNS_FROM_RFC_ABUSE RBL: Envelope sender in abuse.rfc-ignorant.org
1.4 DNS_FROM_RFC_WHOIS RBL: Envelope sender in whois.rfc-ignorant.org
1.7 DNS_FROM_RFC_POST RBL: Envelope sender in
postmaster.rfc-ignorant.org
2.6 DNS_FROM_RFC_DSN RBL: Envelope sender in dsn.rfc-ignorant.org
0.1 AWL AWL: From: address is in the auto white-list
--- Begin Message ---
Sorry for sending a HTML format file.
What I'm wondering is:
I want the indention of some macro as
----------------------
bla
#ifdef MACRO
some code
#endif
----------------------
not as
----------------------
bla
#ifdef MACRO
some code
#endif
----------------------
I read from previous mail and get that can be done with:
:set cinkeys-=0#
I did that, and still get the latter macro idention behavior. I read the Vim
manual, and get
"- It starts with '#' (preprocessor directives), if 'cinkeys' contains '#'.".
My cinkeys = 0{,0},0),:,!^F,o,O,e
There's no #, why I still get the latter macro idention?
Thanks!
[EMAIL PROTECTED]
2006-5-12
--- End Message ---