Hi,

This is the current indentation style:

<code>
gmo.options = MQC.MQGMO_WAIT |
  MQC.MQGMO_FAIL_IF_QUIESCING |
  MQC.MQGMO_SYNCPOINT |
  MQC.MQGMO_CONVERT;
</code>

I would like:

<code>
gmo.options = MQC.MQGMO_WAIT |
              MQC.MQGMO_FAIL_IF_QUIESCING |
              MQC.MQGMO_SYNCPOINT |
              MQC.MQGMO_CONVERT;
</code>

The context (<C-c> <C-s>) of the second line is statement-cont, which is the
same as any other statement continuation, so I think another specialized
context has to be created.  Is this doable?

Also I remember there is something for Emacs that will align multiple lines
at "=", does someone know the package name?

Thanks.

--
Le

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

Reply via email to