[Python-mode] Now testing latest version

2011-09-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've finally updated to the latest bzr version, and so far everything seems smooth. Some of the new customizables are really useful. One question: what does py-backslashed-continuation-indent do? When is it used, and when is py-continuation-off

Re: [Python-mode] Now testing latest version

2011-09-12 Thread Andreas Röhler
Am 12.09.2011 09:09, schrieb Georg Brandl: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've finally updated to the latest bzr version, and so far everything seems smooth. Some of the new customizables are really useful. One question: what does py-backslashed-continuation-indent do? Whe

[Python-mode] version number in trunk

2011-09-12 Thread Andreas Röhler
Hi Barry, intend to write (defconst py-version "6.0.3") in trunk, ie having py-version expressed number of upcoming release instead of the last one. Think if user has opened two python-mode.el from trunk and release, it's visible that way from the number, what's the trunk. Just FYI, cheer

Re: [Python-mode] version number in trunk

2011-09-12 Thread Barry Warsaw
On Sep 12, 2011, at 10:17 AM, Andreas Röhler wrote: >intend to write > >(defconst py-version "6.0.3") > >in trunk, ie having py-version expressed number of upcoming release instead >of the last one. There are lots of ways projects designate version number in unreleased branches. I tend to like d

Re: [Python-mode] version number in trunk

2011-09-12 Thread Andreas Röhler
Am 12.09.2011 16:39, schrieb Barry Warsaw: On Sep 12, 2011, at 10:17 AM, Andreas Röhler wrote: intend to write (defconst py-version "6.0.3") in trunk, ie having py-version expressed number of upcoming release instead of the last one. There are lots of ways projects designate version number