From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: python setup ? Date: Mon, 27 Apr 2009 10:58:20 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1240832582 4470 80.91.229.12 (27 Apr 2009 11:43:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 11:43:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 27 13:42:51 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LyNOv-00031t-8i for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 11:45:25 +0200 Original-Received: from localhost ([127.0.0.1]:45885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyNOr-0004Oy-La for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 05:45:21 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!feeder.motzarella.org!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-X-Trace: news.eternal-september.org U2FsdGVkX18mImsqhvkqdiel47/8BY09zkL4i40lRl0SPbLHit5/A0RpoWpXGJ2PtcW7cpXNx0ZGqE5SkCDYBEStmheryNo9lmdmQ2STVPypBdAVSAUkuwdBYT88dDpvQif9xQxteJYmXSB5kN3P1Q== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 27 Apr 2009 08:58:21 +0000 (UTC) X-Auth-Sender: U2FsdGVkX18Ei+pjIsvvC0rL/WYXPzljE4hW/XBXr7Cavl7Mn69yfg== Cancel-Lock: sha1:JpRsNwzIin/yp7Q29siedhqk3FA= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168768 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64041 Archived-At: Hi Andreas, I need some clarification as to versions. Andreas Röhler writes: > I've changed python-mode a little bit. > Purpose was to make movements a little bit easier, > more predictible. > The one I already have is (defconst py-version "5.1.0" yet yours is (defconst py-version "5.0.0+" so it's still a tad confusing as to which to use. Can you comment on the versioning here please? I got mine from: https://launchpad.net/python-mode where the latest update was from january. Python has a lot of competing SW it seems! It can get quite confusing.