GNU bug report logs - #39822
27.0.90; Cannot set *Completions* buffer height using display-buffer-alist

Previous Next

Package: emacs;

Reported by: Davor Rotim <drot <at> firemail.cc>

Date: Fri, 28 Feb 2020 14:06:02 UTC

Severity: normal

Tags: fixed

Found in version 27.0.90

Fixed in version 28.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> linkov.net>
Cc: Davor Rotim <drot <at> firemail.cc>, 39822 <at> debbugs.gnu.org
Subject: bug#39822: 27.0.90; Cannot set *Completions* buffer height using display-buffer-alist
Date: Tue, 3 Mar 2020 15:40:41 +0100
>> You mean 'minibuffer-completion-help' should call 'display-buffer'
>> directly and do the rest of the setup manually?
>
> Yes, and all other commands that currently use
> with-displayed-buffer-window should get along without it.

OK with me.

>>> So it would be easier to override
>>> the default alist values such as 'window-height'.
>>
>> Is there such a default value?  Who would provide it?
>
> Since users should be able to override it by e.g.
>
> (add-to-list 'display-buffer-alist
>               '("\\*Completions\\*"
>                 (window-height . 5)
>                 ...
>
> a default value should have a lower priority, i.e.
> in the call of 'display-buffer' in 'minibuffer-completion-help'.

So you mean the default value is the value supplied by
'display-buffer-alist'.

martin




This bug report was last modified 5 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.