Re: [Python-mode] triple-quoted-string bug fixed (3)

2009-09-11 Thread Barry Warsaw
On Sep 11, 2009, at 3:55 PM, Andreas Roehler wrote: as it turns out, assumed fix was wrong as far it concerns XEmacs. Change only works for GNU Emacs. Will see. Cool, thanks. -Barry PGP.sig Description: This is a digitally signed message part __

[Python-mode] triple-quoted-string bug fixed (3)

2009-09-11 Thread Andreas Roehler
Hi, as it turns out, assumed fix was wrong as far it concerns XEmacs. Change only works for GNU Emacs. Will see. Cheers Andreas -- https://code.launchpad.net/s-x-emacs-werkstatt/ ___ Python-mode mailing list Python-mode@python.org http://mail.py

Re: [Python-mode] triple-quoted-string bug fixed

2009-09-11 Thread Barry Warsaw
On Sep 10, 2009, at 7:54 AM, Andreas Roehler wrote: Hi Barry, diff attached against latest python-mode.el solves bug 328790, the triple string bug for me - checked with X- and GNU Emacs. Took some stuff from python.el, thanks towards its excellent author BTW. Did create a branch for it. Log n

Re: [Python-mode] triple-quoted-string bug fixed

2009-09-10 Thread Rohan Nicholls
Damn, that was fast. Thanks. On Thu, Sep 10, 2009 at 1:54 PM, Andreas Roehler wrote: > > Hi Barry, > > diff attached against latest python-mode.el solves bug > 328790, the triple string bug for me - checked > with X- and GNU Emacs. > > Took some stuff from python.el, thanks towards its > excelle

[Python-mode] triple-quoted-string bug fixed (2)

2009-09-10 Thread Andreas Roehler
Hi, had to move `py-mode-syntax-table' still upward in file. Now no complaining any more. Thanks being patient... Andreas 11a12 > 387a389,487 > ;; 2009-09-10 a.roeh...@web.de changed section start > ;; from python.el, version "22.1" > > (defconst python-font-lock-syntactic-keywords > ;; Make

[Python-mode] triple-quoted-string bug fixed

2009-09-10 Thread Andreas Roehler
Hi Barry, diff attached against latest python-mode.el solves bug 328790, the triple string bug for me - checked with X- and GNU Emacs. Took some stuff from python.el, thanks towards its excellent author BTW. Did create a branch for it. Log now reads revno: 352 committer: Andreas Roehler branc