--- Begin Message ---
Subject: |
24.3.50; display-buffer-at-bottom not at bottom |
Date: |
Sun, 24 Nov 2013 01:39:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
This bug report is followup from
http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00773.html
In emacs -Q that is wide enough to contain two side-by-side windows
in the *scratch* buffer evaluate:
(add-to-list 'display-buffer-alist '("\\*Completions\\*"
display-buffer-at-bottom (nil)))
(display-buffer (get-buffer-create "*Completions*"))
The *Completions* window is displayed to the right from the *scratch* window,
not below.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#15961: 24.3.50; display-buffer-at-bottom not at bottom |
Date: |
Thu, 28 Nov 2013 02:55:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
>> I think we're miscommunicating. I was pointing out that binding
>> split-width-threshold in display-buffer-at-bottom is OK because it can
>> still be overridden by the user.
>
> OK. Committed as revision 115229 on trunk.
Thank you. I confirm that display-buffer-at-bottom works now
exactly like its name suggests in all window configurations.
--- End Message ---