[Python-mode] py-indent-line failure

2011-02-10 Thread Dan Davison
def f(): ''' docstring ''' With point in column zero on the line after the closing triple-quote, py-indent-line fails with Wrong type argument: integerp, t. , | I see there's a cerain amount of TQS stuff in the launchpad bugs already | -- someone let me know if it would be helpful

Re: [Python-mode] py-indent-line failure

2011-02-10 Thread Barry Warsaw
On Feb 10, 2011, at 12:43 PM, Dan Davison wrote: >def f(): >''' >docstring >''' > >With point in column zero on the line after the closing triple-quote, >py-indent-line fails with Wrong type argument: integerp, t. wfm: Emacs 23.2.1, python-mode.el r396 -Barry signature.asc Descript

Re: [Python-mode] py-indent-line failure

2011-02-10 Thread Dan Davison
Barry Warsaw writes: > On Feb 10, 2011, at 12:43 PM, Dan Davison wrote: > >>def f(): >>''' >>docstring >>''' >> >>With point in column zero on the line after the closing triple-quote, >>py-indent-line fails with Wrong type argument: integerp, t. > > wfm: Emacs 23.2.1, python-mode.el r