[Python-mode] pylint, which file

2013-06-14 Thread Andreas Röhler
Hi Barry, hi all, when running pylint from python-mode, was quite often at another file than at check before. Whilst the file offered by Emacs for check was the previous one. r1260 introduced new boolean `py-pylint-offer-current-p', default is non-nil. If current buffers file should be offer

[Python-mode] Bug?

2013-06-14 Thread Andreas Röhler
Is this a bug? http://stackoverflow.com/questions/17114573/python-mode-el-not-allowing-indentation-after-if-statement/17116654#17116654 ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] Bug?

2013-06-14 Thread Barry Warsaw
On Jun 14, 2013, at 10:24 PM, Andreas Röhler wrote: >Is this a bug? > >http://stackoverflow.com/questions/17114573/python-mode-el-not-allowing-indentation-after-if-statement/17116654#17116654 It's bad form to use parentheses in this situation, but it *is* legal. It doesn't bother me if python-mo

Re: [Python-mode] Bug?

2013-06-14 Thread Felipe Reyes
Hi All, On Fri, Jun 14, 2013 at 04:30:16PM -0400, Barry Warsaw wrote: > It's bad form to use parentheses in this situation, but it *is* legal. It > doesn't bother me if python-mode passive/aggressively discourage such bad > form, but others might disagree. OTOH, this, which is perfectly fine for

Re: [Python-mode] Bug?

2013-06-14 Thread Barry Warsaw
On Jun 14, 2013, at 05:04 PM, Felipe Reyes wrote: >Hi All, > >On Fri, Jun 14, 2013 at 04:30:16PM -0400, Barry Warsaw wrote: >> It's bad form to use parentheses in this situation, but it *is* legal. It >> doesn't bother me if python-mode passive/aggressively discourage such bad >> form, but others

Re: [Python-mode] Bug?

2013-06-14 Thread Andreas Röhler
Am 14.06.2013 22:30, schrieb Barry Warsaw: On Jun 14, 2013, at 10:24 PM, Andreas Röhler wrote: Is this a bug? http://stackoverflow.com/questions/17114573/python-mode-el-not-allowing-indentation-after-if-statement/17116654#17116654 It's bad form to use parentheses in this situation, but it *i