bug#81632: 31.0.91; outline-view-change-hook is marked obsolete, without an adequate replacement
Juri Linkov <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Organization | LINKOV.NET |
| Message-ID | <[email protected]> |
> The hook `outline-view-change-hook' was deprecated in 29.1 in commit > 53b1e6f96cb03a461061e1e21cd185dd8a82ce6b. However there does not seem to > exist an adequate replacement. Sometimes there is a need to run some > code when folding or unfolding sections of a buffer. We discussed this recently in bug#79860 with no decision. Maybe we should undeprecate the hook since an alternative is to use an advice that is not suggested for code in core.