Am 08.12.2011 13:55, schrieb Barry Warsaw:
On Dec 08, 2011, at 07:57 AM, Andreas Röhler wrote:
to make commands like `hs-hide-block' work, hs-minor-mode must be switched on
before.
Consider to add a hook enabling this by default - alongside with a variable
permitting to disable per defcustom.
Perhaps just document that people need to enable this before it will work?
-Barry
Introduced two variables
`py-outline-minor-mode-p'
`py-hide-show-minor-mode-p'
which are nil by default, so user shouldn't notice it
without deliberate setting.
If t, hooks will be loaded and switch in on.
BTW enabled outline-minor-mode, which couldn't work due to missing regexp.
Hope it's okay for you,
if not, we may revert it,
Cheers,
Andreas
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode