-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
> 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
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
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
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 """ ''