Re: New package `outline-occur'
Roi Martin <[email protected]> Tue, 28 Jul 2026 21:17:03 +0200
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Juri Linkov <[email protected]> writes: >>> Maybe we could simply allow an application to *append* >>> new rules to the end of 'display-buffer-alist', >>> thus not overriding the user customization? >> >> Sounds dangerous. What would happen when a user customizes >> 'display-buffer-alist' while it's let-bound? Note that I'm not against >> the "app-action" idea and I think that appending it to >> 'display-buffer-alist' won't reduce the overhead it introduces. But we >> have to splice it in correctly into the list of actions we construct and >> we have to be able to document it well. > > Agreed, let's add app-action and test it on outline-occur > after it's implemented in the new feature request on the bug list. I've just created Bug#81512. Roi