Comment 3 for bug 710373

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 710373] [NEW] Fill paragraph problems

Am 30.01.2011 23:15, schrieb Skip Montanaro:
> Public bug reported:
>
>> From Andreas's paragraph-fill-warts branch, rev 401, XEmacs 21.4.22, Mac OS X 10.5.8...
> When trying to format the docstring in the attached file I get this error if I use fill-paragraph:
>
> Symbol's function definition is void: py-in-statement-p
>
> and this error if I use py-fill-paragraph:
>

Hi Skip,

could you try the python-mode-components branch?

It's build around `py-in-statement-p' missed here.
Everything is done by moving statement by statement.
All check done hereafter.

It's much easier to debug than the classic mode, it's
daily in use here for months.

Everything else backported...

If we could proceed from python-mode-components branch,
we get the flying carpet :-) cc to Barry therefor

Andreas