dgutov / mmm-mode

New official home for mmm-mode, fixed for Emacs >= 23
http://mmm-mode.sourceforge.net/
GNU General Public License v2.0
330 stars 30 forks source link

Question: How is hideshow-mode supposed to work? #115

Open charJe opened 4 years ago

charJe commented 4 years ago

When there is more than one mode active, show does Emacs now which regions to hideshow?

dgutov commented 4 years ago

Could be it's just looking at hs-special-modes-alist, then it obeys whatever major mode is current.

There is no special support for it in mmm-mode (one would start with mmm-save-local-variables, I think), so there might be some issues with that approach. I'm not sure personally, I don't use this feature.