Re: master 8a88f3ed5ae: Add `outline-occur' command and `display-buffer-default-alist' variable
Stefan Monnier via "Emacs development discussions." <[email protected]> Tue, 11 Aug 2026 09:22:17 -0400
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> The situation is even worse because these two variables would override > each other - IMHO there is no reasonable motivation to give one of them > precedence over the other. FWIW, there *is* a reasonable motivation: one applies to all `display-buffer` calls while the other applies only to those whose buffer matches the selector. Usually we give priority to the "applies to some" options over the "applies to all" options. === Stefan