From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: python setup ? Date: Mon, 27 Apr 2009 13:20:54 +0200 Message-ID: <49F59516.2080901@easy-emacs.de> 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 1240834913 17989 80.91.229.12 (27 Apr 2009 12:21:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 12:21:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Richard Riley Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 27 14:21:46 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 1LyOth-0007nZ-6a for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 13:21:17 +0200 Original-Received: from localhost ([127.0.0.1]:57561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyOtg-00012q-Hh for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 07:21:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyOsh-0000fl-VS for help-gnu-emacs@gnu.org; Mon, 27 Apr 2009 07:20:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyOsd-0000e2-Ao for help-gnu-emacs@gnu.org; Mon, 27 Apr 2009 07:20:15 -0400 Original-Received: from [199.232.76.173] (port=50338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyOsd-0000dv-5p for help-gnu-emacs@gnu.org; Mon, 27 Apr 2009 07:20:11 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:60295) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyOsc-0006um-GT for help-gnu-emacs@gnu.org; Mon, 27 Apr 2009 07:20:10 -0400 Original-Received: from [192.168.178.27] (p54BEA2AB.dip0.t-ipconnect.de [84.190.162.171]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1LyOsa3jCn-000k5m; Mon, 27 Apr 2009 13:20:09 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX1+7ROEi7B7aTssL6elTvYDcUKGC2xo7RPjyTuu HZllomTwB+aI0XFgxvwzyqjrGewvD79i42emzSQk7MPTLDJTAU GrTb9qe5po2FKzTh5QJCUGzociq6FFCWV6ChXZsL9k= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:64045 Archived-At: Richard Riley wrote: > 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. > Yes, sorry. It was and isn't still clear yet how to proceed. I branched from "5.0.0+" Later Barry took GPLv3 and changed version to "5.1.0". There is some confusion about (re)licensing process too. As soon as XEmacs switched to v3 I intend to follow. To check whats changed, best is to read bazaars history with its own numbering. > 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! Its a dynamicly evolving language still. Concerning Emacs I estimate we are only half the way to explore its capabilties for and with python. > It can get quite confusing. > >