Andreas> the old bug should be gone now.

    Andreas> As its redone from the bottom, filling isn't correct yet.

    Andreas> However, borders of triple-quoted-string now are recognised,

    Andreas> `ar-bounds-of-triplequoted-atpt' should report it for example,

    Andreas> the remaining should not be a rocky mountain.

Looks much better.  Goes from this:

    """
    triple-quoted string containing "quotation" marks.
    triple-quoted string containing "quotation" marks.
    triple-quoted string containing "quotation" marks.
    triple-quoted string containing "quotation" marks.
    triple-quoted string containing "quotation" marks.
    """

to this:

    """ triple-quoted string containing "quotation" marks.  triple-quoted string
    containing "quotation" marks.  triple-quoted string containing "quotation"
    marks.  triple-quoted string containing "quotation" marks.  triple-quoted
    string containing "quotation" marks.  """

no matter where I place the cursor.

Thanks,

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

Reply via email to