Re: [Dave Love] python.el: block is ended prematurely

2005-03-25 Thread Stefan Monnier
python.el ends the current block if a line starts with return. However, it doesn't checkt whether this is followed with _. So, if I write return_count = 4 python.el closes the current block wrongly. I've installed Dave's suggestion in Emacs-CVS. Can you confirm that it fixes your bug?

Re: [Dave Love] python.el: block is ended prematurely

2005-03-25 Thread Torsten Bronger
Hallchen! Stefan Monnier [EMAIL PROTECTED] writes: python.el ends the current block if a line starts with return. However, it doesn't checkt whether this is followed with _. So, if I write return_count = 4 python.el closes the current block wrongly. I've installed Dave's suggestion in

[Dave Love] python.el: block is ended prematurely

2005-03-24 Thread Torsten Bronger
---BeginMessage--- You wrote: Hallchen! python.el ends the current block if a line starts with return. However, it doesn't checkt whether this is followed with _. So, if I write return_count = 4 python.el closes the current block wrongly. Tsch, Torsten. Could you report it to