Note that, although I believe something like my patch should be
available eventually, the code isn't suitable as is.  I know of at
least one clear bug and an annoying behavior that it seems to cause:

  (1) the bug: lists like

    [A 5 [],
     B 4 [10,
          6,
          5],
     C 6 [10]]

     are indented incorrectly: the last line is aligned to the elements
     of the sub-list (i.e., [10, 6, 5]).

   (2) the annoying behavior: lists with "hanging" openers are always
       indented farther than the opener, rather than this indentation,
       which I feel is both more natural and more readable:

       someInterestingTable = [
         item1,
         item2,
         item3
       ]

  Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to