Am 17.01.2011 20:51, schrieb s...@pobox.com:
I moved ~/src/python-mode out of the way, then from ~/src I executed
bzr co lp:python-mode
I verified that it says I have version 5.2.0:
(defconst py-version "5.2.0"
"`python-mode' version number.")
Byte compilation still fails (in
I moved ~/src/python-mode out of the way, then from ~/src I executed
bzr co lp:python-mode
I verified that it says I have version 5.2.0:
(defconst py-version "5.2.0"
"`python-mode' version number.")
Byte compilation still fails (in a fresh XEmacs session):
Compiling file /Use
Am 17.01.2011 18:53, schrieb s...@pobox.com:
Andreas> Seems bazaar diff fails here.
Andreas> bzr branch lp:python-mode
Andreas> should deliver the trunk
I'm inside my python-mode sandbox:
% bzr branch lp:python-mode
Branched 390 revision(s).
python-mode% bzr
Andreas> Seems bazaar diff fails here.
Andreas> bzr branch lp:python-mode
Andreas> should deliver the trunk
I'm inside my python-mode sandbox:
% bzr branch lp:python-mode
Branched 390 revision(s).
python-mode% bzr status
unknown:
python-mode/
python-mode
Am 17.01.2011 13:53, schrieb s...@pobox.com:
I have a branch. According to bzr diff it's identical to lp:python-mode
python-mode% bzr diff
http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/python-mode.el
python-mode.el
python-mode%
Seems bazaar diff fails here.
> I have a branch. According to bzr diff it's identical to lp:python-mode
>
> python-mode% bzr diff
> http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/python-mode.el
> python-mode.el
>python-mode%
One other thing. It doesn't byte compile for me in XEmacs:
Com
I have a branch. According to bzr diff it's identical to lp:python-mode
python-mode% bzr diff
http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/python-mode.el
python-mode.el
python-mode%
yet the version in my copy of the code is not 5.2.0:
(defconst py-version
Am 15.01.2011 16:49, schrieb Barry Warsaw:
On Jan 14, 2011, at 09:49 PM, Glenn Linderman wrote:
So here is a minimal test case:
"""
"
"""
def foo( bar ):
_ # cursor stays at left margin instead of indenting.
Confirmed with r390 of python-mode.el. It's definitely that embedded double
quote