]> code.delx.au - gnu-emacs-elpa/commit
Fix minibuffer collapses to one line
authorJulien Wietrich <julien.w6h@gmail.com>
Sat, 19 Sep 2015 17:12:15 +0000 (19:12 +0200)
committerJulien Wietrich <julien.w6h@gmail.com>
Sat, 19 Sep 2015 17:12:15 +0000 (19:12 +0200)
commitd8d7ed45f07b52ab63eca444f0e6fa03747fab9e
tree2d26809e303cd69047fd5575097b88bdc33920a3
parenta01944119fbc704e53e47ec576e3c64cb17d1b0b
Fix minibuffer collapses to one line

It happens since commit SHA:d374afea36df19b5d6b654adc6018b25d6c1d8f2
when resize-mini-windows is set to true.

It also happens when resize-mini-windows is set to 'grow-only (default)
and multiple frames are open.
(Although SHA:435f2b6edfe3ab517c9eda56c6351f0bcfdf3845 work around it)

Temporarily bind `resize-mini-windows' to nil before calling
`read-from-minibuffer'.

Fix #237 and #229

It might fix #77 although this need to be checked as I cannot reproduce it.
ivy.el