Re: [Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread Andreas Roehler
s...@pobox.com wrote: > Andreas> what about putting cursor with > > Andreas> `py-next-statement' and `py-previous-statement' > > Andreas> at first char on line instead of bol? > > Andreas> Committed it, so you may try... > > I've personally never used either command before. I s

Re: [Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread skip
Andreas> what about putting cursor with Andreas> `py-next-statement' and `py-previous-statement' Andreas> at first char on line instead of bol? Andreas> Committed it, so you may try... I've personally never used either command before. I suppose the changed behavior would be fi

[Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread Andreas Roehler
Hi, what about putting cursor with `py-next-statement' and `py-previous-statement' at first char on line instead of bol? Committed it, so you may try... Cheers Andreas Röhler ___ Python-mode mailing list Python-mode@python.org http://mail.python.o

Re: [Python-mode] Unadmin myself

2009-01-22 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 22, 2009, at 1:16 PM, Gary Foster wrote: Not only will you get a beer, I'll invite you over to my place, serve you some of my award-winning homebrew and smoked ribs with homemade rub and my wife's homemade BBQ sauce. Oh man, you really

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