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

Re: [Python-mode] looking for a discussion of things python(-mode) ish

2009-09-10 Thread Andreas Roehler
Barry Warsaw wrote: > On Sep 9, 2009, at 5:56 AM, Andreas Roehler wrote: > >> checking for the triple-quoted-bug: >> >> with python.el, >> >> (nth 8 (syntax-ppss)) shows the correct result. >> >> Unfortunately with python-mode.el (nth 8 (syntax-ppss)) fails. >> >> From there I assume, setting the