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.
bzr branch lp:python-mode
should deliver the trunk
Later do
bzr pull
from inside the dir to update your local from the trunk
Should avoid also the compile error reported in your other mail.
HTH
Andreas
yet the version in my copy of the code is not 5.2.0:
(defconst py-version "5.0.0+"
"`python-mode' version number.")
and the copyright/author info doesn't seem up-to-date:
;; Copyright (C) 1992,1993,1994 Tim Peters
;; Author: 2003-2008 https://launchpad.net/python-mode
;; 1995-2002 Barry A. Warsaw
;; 1992-1994 Tim Peters
;; Maintainer: python-mode@python.org
;; Created: Feb 1992
;; Keywords: python languages oop
What am I missing?
Skip
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode