GNU bug report logs - #19355
25.0.50; limit the popup window height

Previous Next

Package: emacs;

Reported by: Leo Liu <sdl.web <at> gmail.com>

Date: Fri, 12 Dec 2014 01:51:01 UTC

Severity: minor

Found in version 25.0.50

Done: martin rudalics <rudalics <at> gmx.at>

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: Leo Liu <sdl.web <at> gmail.com>
Cc: 19355 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
Subject: bug#19355: 25.0.50; limit the popup window height
Date: Sat, 13 Dec 2014 21:03:45 +0100
> Try emacs 24.4 and compare. I think it is a bug.

You're right.  The behavior changed completely.  Could you try to
replace in `minibuffer-completion-help' the form

(window-height . fit-window-to-buffer)

with

,(when temp-buffer-resize-mode
   '(window-height . resize-temp-buffer-window))

and test whether it restores the old behavior (with
`temp-buffer-resize-mode' en- and disabled)?

Thanks, martin




This bug report was last modified 10 years and 146 days ago.

Previous Next


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