Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread skip
Guido> So is python.el a descendant of python-mode.el, or an independent Guido> development? Adam> I've never seen a definitive statement but I believe it was Adam> developed independently. Correct. Skip ___ Python-3000 mailing list Py

Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Adam Hupp
On 10/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > So is python.el a descendant of python-mode.el, or an independent development? I've never seen a definitive statement but I believe it was developed independently. -- Adam Hupp | http://hupp.org/adam/ _

Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Guido van Rossum
So is python.el a descendant of python-mode.el, or an independent development? On 10/2/07, Adam Hupp <[EMAIL PROTECTED]> wrote: > On 10/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > > Just curious -- how do python.el and python-mode.el differ? > > Off the top of my head: > > * python-mo

Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 2, 2007, at 11:28 AM, Adam Hupp wrote: > On 10/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> >> Just curious -- how do python.el and python-mode.el differ? > > Off the top of my head: > > * python-mode.el did not play well with transien

Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Adam Hupp
On 10/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Just curious -- how do python.el and python-mode.el differ? Off the top of my head: * python-mode.el did not play well with transient-mark-mode (mark-block didn't work). transient-mark-mode highlights the marked region and is required

Re: [Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Guido van Rossum
On 10/2/07, Adam Hupp <[EMAIL PROTECTED]> wrote: > I've submitted patches to emacs for python 3000 support. It does not > handle any new syntax but the emacs<->python interaction works again. > This applies to the python.el that ships with emacs22, not > python-mode.el. Just curious -- how do pyt

[Python-3000] Emacs22 python.el support for py3k

2007-10-02 Thread Adam Hupp
I've submitted patches to emacs for python 3000 support. It does not handle any new syntax but the emacs<->python interaction works again. This applies to the python.el that ships with emacs22, not python-mode.el. The changes are available in emacs cvs. If you don't want to build a new copy it s