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

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

bug#67249: 30.0.50; `same-frame` equivalent for `display-buffer-alist`


From: martin rudalics
Subject: bug#67249: 30.0.50; `same-frame` equivalent for `display-buffer-alist`
Date: Mon, 11 Dec 2023 18:13:51 +0100
User-agent: Mozilla Thunderbird

> +@vindex pop-up-frames{, a buffer display action alist entry}
> +@item pop-up-frames
> +This value controls whether @code{display-buffer} may display buffers

I don't think that "value" is correct here.

> +by making new frames.  It has the same meaning as the

Also you probably might want to recommend using an alist entry here:

‘pop-up-frames’
     Instead of customizing this variable to ‘t’, customize
     ‘display-buffer-base-action’, for example, as follows:

          (setopt
           display-buffer-base-action
           '((display-buffer-reuse-window display-buffer-pop-up-frame)
             (reusable-frames . 0)))

martin

reply via email to

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