help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with display-buffer-alist


From: Juri Linkov
Subject: Re: Help with display-buffer-alist
Date: Thu, 21 Apr 2022 09:36:53 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> making the `add-to-list' call
>
>         (add-to-list 'display-buffer-alist
>                      '("*Occur*"
>                        display-buffer-at-bottom
>                        (window-height . 10)))

This works fine.

> Or alternatively if you are tracking the master brach
>
>         (add-to-list 'display-buffer-alist
>                      '((major-mode occur-mode)
>                        display-buffer-at-bottom
>                        (window-height . 10)))
>
> which uses the new buffer-match-p system.

But this has no effect when using the nice new buffer-match-p system.
Maybe something still needs fixing?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]