[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32825: 27.0.50; Deterministic window management
From: |
martin rudalics |
Subject: |
bug#32825: 27.0.50; Deterministic window management |
Date: |
Wed, 05 Dec 2018 10:15:55 +0100 |
>> Would that suffice? If so, would we use the same for
>> 'display-buffer-pop-up-window' and 'display-buffer-at-bottom'?
>
> I don't know about display-buffer-pop-up-window, but for
> display-buffer-at-bottom where the height depends on the
> number of lines in the displayed buffer like e.g. *Completions*
> this is not needed.
Note that 'display-buffer-at-bottom' is agnostic of the number of
lines in the displayed buffer.
We eventually need a generally applicable rule because the user might
want to add such an entry to 'display-buffer-alist'. And we might
want a corresponding width entry for symmetry. For the moment, we can
say that the entry is handled by 'display-buffer-below-selected' only.
In the attached two functions I renamed it to 'window-min-height' to
make it more consistent with 'window-height'. Please have a look.
> I think the semantics of 'min-height' should be a minimal height
> of the displayed window wherever it can be displayed.
To amend the remaining buffer display action functions, a substantial
number of changes will have to be made. 'window-splittable-p', for
example, would need an additional MIN-SIZE argument. And what about
'display-buffer-same-window' or 'display-buffer-in-previous-window'?
martin
window--ensure-min-size.el
Description: application/emacs-lisp
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/03
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/04
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/04
- bug#32825: 27.0.50; Deterministic window management,
martin rudalics <=
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/05
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/05
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/06
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/06
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/08
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/08
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/08
- bug#32825: 27.0.50; Deterministic window management, martin rudalics, 2018/12/09
- bug#32825: 27.0.50; Deterministic window management, Juri Linkov, 2018/12/09
- bug#32825: 27.0.50; Deterministic window management, Michael Heerdegen, 2018/12/09