GNU bug report logs -
#55169
Can't combine window-min-height with window-height
Previous Next
Full log
Message #47 received at 55169 <at> debbugs.gnu.org (full text, mbox):
> Do you think it would be simpler and thus more reliable
> to enforce height constraints such as min-height
> in fit-window-to-buffer?
>
> This will be very clear to users to see how it works:
>
> (pop-to-buffer (generate-new-buffer "*edit string*")
> '(display-buffer-below-selected
> (window-height (fit-window-to-buffer 10))))
>
> where 10 is min-height.
>
> Because it should be the task of fit-window-to-buffer,
> and it already has the argument MIN-HEIGHT.
> Also other arguments of fit-window-to-buffer
> could be allowed to use in display-buffer-alist.
You mean the value of a 'window-height' entry could also be a
• A list whose CAR is a function and whose remaining elements
are the arguments passed to that function.
so we'd run
(ignore-errors (funcall (car height) window (nth 1 height) ...))
in 'window--display-buffer'? Which means the caller has to know the
function and which arguments it needs in which order. Sounds fragile.
martin
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.