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 now reads

revno: 352
committer: Andreas Roehler andreas.roeh...@online.de
branch nick: python-mode
timestamp: Thu 2009-09-10 13:30:24 +0200
message:
 --fixes=lp:328790


Should I try

bzr push lp:~a-roehler/python-mode/triple-quoted-string-bug-328790.el


Hi Andreas, thanks for the patch!

If you're up for it, I'd love to use Launchpad's merge proposals to  
handle this.


* push the branch to launchpad
* link the branch to the bug [1]
* submit a merge proposal for the branch

[1] You can do this from bzr with: bzr commit --fixes=lp:328790
though you might need to include --unchanged if all your changes are  
already committed. If you do use --fixes, do this before you push.   
After a short delay, LP will automatically link your branch to the bug.


Let me know if you have any questions.  You can assign the merge  
proposal to me and I will get an email notification.  We'll handle it  
from there.


Thanks!
-Barry



PGP.sig
Description: This is a digitally signed message part
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


[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.python.org/mailman/listinfo/python-mode


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 mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode