Re: [Python-mode] hide-show mode

2011-12-08 Thread 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 t

Re: [Python-mode] hide-show mode

2011-12-08 Thread Andreas Röhler
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.