GNU bug report logs -
#55169
Can't combine window-min-height with window-height
Previous Next
Full log
View this message in rfc822 format
Juri Linkov <juri <at> linkov.net> writes:
> Shouldn't the order of processing these parameters be rather like this:
>
> 1. first set window-height with fit-window-to-buffer;
> 2. then check if the constraint of window-min-height is fulfilled,
> and shrink too high window.
The original example looks odd to me, but I may just be misunderstanding
the window machinery (not for the first time).
But:
(display-buffer-below-selected
(current-buffer)
'((window-min-height . 10)
(window-height . fit-window-to-buffer)))
I'd expect that to work as you describe (or perhaps with the alist in
opposite order), and it doesn't. Perhaps Martin has some comments;
added to the CCs.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.