Re: [Python-mode] python-mode & emacs22

2007-09-04 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 4, 2007, at 2:10 PM, Edward O'Connor wrote: >> I'm not entirely sure why the GNU Emacs folks rolled their own >> python-mode from scratch[...] > > My understanding is that they wanted to include your python mode, but > were unable to, for copyr

Re: [Python-mode] python-mode & emacs22

2007-09-04 Thread Edward O'Connor
> I'm not entirely sure why the GNU Emacs folks rolled their own > python-mode from scratch[...] My understanding is that they wanted to include your python mode, but were unable to, for copyright assignment reasons. -- Edward O'Connor [EMAIL PROTECTED] Ense petit placidam sub libertate quiete

Re: [Python-mode] python-mode & emacs22

2007-09-04 Thread skip
Matthias> Currently seeing problems installing the debian python-mode Matthias> package for emacs22, which comes with its own python-mode. Matthias> Seeing that the last python-mode release is from 2005 Matthias> ... which python-mode should users prefer for emacs22, which Matt

[Python-mode] python-mode & emacs22

2007-09-04 Thread Matthias Klose
Currently seeing problems installing the debian python-mode package for emacs22, which comes with its own python-mode. Seeing that the last python-mode release is from 2005 ... which python-mode should users prefer for emacs22, which one for the other emacsens? Will there be a new release for pytho

[Python-mode] python-mode $Revision: 4.75 $; python-mode syntax """ ''' bug

2007-09-04 Thread 边 江
Dear Barry, These Emacs parsing functions are configurable, but not quite configurable enough to capture all of Python's rules. like: print """ "Hi!" I'm a doc string""" print ''' 'Hi!' I'm a doc string''' print """ ''' "Hi!" I'm a doc string ''' """ print ''' """ "Hi!" I'm a doc string """ ''