>> First bug. I forgot that one can invoke `enlarge-window' and >> `shrink-window' in the minibuffer window. I'm not sure though whether these >> should have any effect when `resize-mini-windows' is non-nil. > > For compatibility with previous versions of Emacs, I think it > shouldn't, at least not on the emacs-24 branch. Sorry, my formulation was probably unclear. In Emas 23 you can often resize the active minibuffer window manually (via `enlarge-window' or `adjust-window-trailing-edge') regardless of the setting of `resize-mini-windows'. So should we keep that behavior or allow manual resizing only when `resize-mini-windows' is nil? > resize-mini-windows is a misnomer: it actually means "mini-window size > is controlled by display engine". That's why window-sizing commands > in previous versions never paid heed to it, only redisplay did. And > that's why, quite counter-intuitively, setting it to _nil_ allows the > user to resize the mini-window. The passive mini-window IIUC. > We could make the implementation more in line with the name in future > versions, if we want, of course. That's another issue. Please try the new patch I attached. It should mimic the behavior of Emacs 23 as close as possible. martin