Re: [Python-mode] [Branch ~python-mode-devs/python-mode/python-mode] Rev 348: Place this file under the GPLv3 and bump the version number.

2009-01-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 29, 2009, at 3:24 PM, s...@pobox.com wrote: Barry> -(defconst py-version "5.0.0+" Barry> +(defconst py-version "5.1.0" Given that there is a license change and that many people are sensitive to GPL issues maybe this should be a majo

Re: [Python-mode] [Branch ~python-mode-devs/python-mode/python-mode] Rev 348: Place this file under the GPLv3 and bump the version number.

2009-01-29 Thread skip
Barry> -(defconst py-version "5.0.0+" Barry> +(defconst py-version "5.1.0" Given that there is a license change and that many people are sensitive to GPL issues maybe this should be a major version change? Skip ___ Python-mode mailing list Pytho

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-29 Thread Andreas Roehler
Barry Warsaw wrote: > On Jan 27, 2009, at 2:32 AM, Andreas Roehler wrote: > >>> If you don't change existing default behavior, you're cool. > >> Always have that in mind. Until now there is one changing concerning > >> py-beginning-of-def-or-class really "or" > >> So far I see no other need and

Re: [Python-mode] FSF assignment policy

2009-01-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've just released python-mode.el 5.1.0: https://launchpad.net/python-mode/trunk/5.1.0 Since 5.0.0, this fixes a problem with syntax highlighting None, and places the file under the GPLv3. Barry -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 27, 2009, at 2:32 AM, Andreas Roehler wrote: If you don't change existing default behavior, you're cool. Always have that in mind. Until now there is one changing concerning py-beginning-of-def-or-class really "or" So far I see no other n

[Python-mode] py-match-paren, py-forward-comment

2009-01-29 Thread Andreas Roehler
Hi pythonics, introduced `py-match-paren', known as `match-paren' in Emacs Lisp - jump to and fro beg-end of block. Realising this, traversing comments needed to be reliable: re-implemented `forward-comment', called here py-forward-comment, but should work with any mode. BTW next weeks I have t