On Mar 25, 2011, at 08:58 PM, Andreas Röhler wrote:

>> -----snip snip-----
>> (longer, sequence, of_items,
>>   that, needs, to_be, wrapped) = input_list
>>
>> packed_entry = (long, sequence, of_items,
>>                  that, needs, to_be, wrapped)
>> -----snip snip-----

>What about calling the first an `left-inbound indent' --default will be 1--,
>the second `right-inbound-indent' --default will be (1+ column of opening
>parentesis)--

Those names seem pretty good to me.  I would make both of them default to
column_of_first_nonwhitespace_after_paren.

E.g.

(  one, two, three,
   four, five, six  ) = things

and

(
 one,
 two,
 three) = things

Cheers,
-Barry

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to