-------- Original-Nachricht --------
> Datum: Sat, 29 Jan 2011 15:20:56 -0600
> Von: s...@pobox.com
> An: "Andreas Röhler" <andreas.roeh...@online.de>
> CC: python-mode@python.org
> Betreff: Re: [Python-mode] paragraph-fill-warts branch

> 
>     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.

Which is not how this should work.

* If there is an initial linebreak it should remain there.
* If there is a final linebreak it should remain there.

And if there is no initial linebreak, please do not put a
space between the quotes and the docstring text.

Georg
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!                       
Jetzt informieren: http://www.gmx.net/de/go/freephone
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to