Re: [Python-mode] py-block-at-point and other reporting functions

2009-02-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 29, 2009, at 2:54 PM, Andreas Roehler wrote: Goal was: commands should - speak for themselves - need no docu reading - be easily to put at a key or alias. Therefor, if we have a compound command, which with an option changes its behaviour,

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-29 Thread Andreas Roehler
Barry Warsaw wrote: > On Jan 27, 2009, at 2:32 AM, Andreas Roehler wrote: > >>> If you don't change existing default behavior, you're cool. > >> Always have that in mind. Until now there is one changing concerning > >> py-beginning-of-def-or-class really "or" > >> So far I see no other need and

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 27, 2009, at 2:32 AM, Andreas Roehler wrote: If you don't change existing default behavior, you're cool. Always have that in mind. Until now there is one changing concerning py-beginning-of-def-or-class really "or" So far I see no other n

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-26 Thread Andreas Roehler
Barry Warsaw wrote: > On Jan 26, 2009, at 9:56 AM, Andreas Roehler wrote: > >> some new functions are available: > >> py-beginning-of-def-or-class >> py-class-at-point >> py-function-at-point >> py-beginning-of-function >> py-beginning-of-class >> py-end-of-function >> py-end-of-class >> py-end-o

Re: [Python-mode] py-block-at-point and other reporting functions

2009-01-26 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 26, 2009, at 9:56 AM, Andreas Roehler wrote: some new functions are available: py-beginning-of-def-or-class py-class-at-point py-function-at-point py-beginning-of-function py-beginning-of-class py-end-of-function py-end-of-class py-end-of-de

[Python-mode] py-block-at-point and other reporting functions

2009-01-26 Thread Andreas Roehler
Hi, some new functions are available: py-beginning-of-def-or-class py-class-at-point py-function-at-point py-beginning-of-function py-beginning-of-class py-end-of-function py-end-of-class py-end-of-def-or-class py-line-at-point py-block-at-point py-beginning-of-block py-end-of-block Compound re