durusmail: quixote-users: Emacs python-mode for .ptl
[Micropatch] implement TextWidget "wrap" attribute
[Micropatch] implement TextWidget "wrap" attribute
2002-11-18
[Micropatch] implement TextWidget "wrap" attribute
2002-11-18
[Micropatch] implement TextWidget "wrap" attribute
2002-11-18
Emacs python-mode for .ptl
2002-12-20
2002-12-21
Dave Kuhlman (2 parts)
2003-01-03
Emacs python-mode for .ptl
Greg Ward
2003-01-03
On 21 December 2002, Dave Kuhlman said:
> I swear and I promise never to ask a question again until I've googled
> at least once.
>
> I found Greg's patch file for Emacs.

Ahh, good, you saved me the bother of digging it up and reposting it.

The bad news is that that patch will be irreleveant in Quixote 0.6,
since

  template foo (...):

is now

  def foo [html] (...):

which the stock python-mode.el seems to handle just fine.

        Greg

reply