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