Re: [Python-mode] paren-deactivate

2009-01-22 Thread Andreas Roehler
Barry Warsaw wrote: > On Jan 22, 2009, at 8:43 AM, Jeff Bauer wrote: > >> s...@pobox.com wrote: >>> My preference would be to leave it as-is. > >> +1. While not up to lisp-y levels, I also find it useful with >> nested tuples/functions, esp. if they span multiple lines. > > I'll add my own +1.

Re: [Python-mode] paren-deactivate

2009-01-22 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 22, 2009, at 8:43 AM, Jeff Bauer wrote: s...@pobox.com wrote: My preference would be to leave it as-is. +1. While not up to lisp-y levels, I also find it useful with nested tuples/functions, esp. if they span multiple lines. I'll add my

Re: [Python-mode] paren-deactivate

2009-01-22 Thread Jeff Bauer
s...@pobox.com wrote: My preference would be to leave it as-is. +1. While not up to lisp-y levels, I also find it useful with nested tuples/functions, esp. if they span multiple lines. -Jeff ___ Python-mode mailing list Python-mode@python.org http:/

Re: [Python-mode] paren-deactivate

2009-01-22 Thread skip
Andreas> with my Emacsen corresponding parentheses are highlighted also Andreas> in python-mode, which doesn't seem of much use there. I rely on it all the time. Complex if expressions, nested function calls, mixing dicts, lists, tuples. All provide ample opportunity to screw up paren b

[Python-mode] paren-deactivate

2009-01-22 Thread Andreas Roehler
Hi, with my Emacsen corresponding parentheses are highlighted also in python-mode, which doesn't seem of much use there. Editing python-code I see two more useful alternatives: - deactivate it per default. - get the beginning of block/function/class highlighted, if cursor is at the end (and