From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#11276: minibuffers windows can no longer explictly be resized Date: Wed, 18 Apr 2012 21:04:05 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1334797497 10384 80.91.229.3 (19 Apr 2012 01:04:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2012 01:04:57 +0000 (UTC) To: 11276@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 19 03:04:56 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SKfnq-0005Ww-VT for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 03:04:55 +0200 Original-Received: from localhost ([::1]:52171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKfnq-0003SD-5K for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Apr 2012 21:04:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKfnm-0003Rp-MK for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2012 21:04:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKfni-0004UP-LV for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2012 21:04:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKfni-0004UK-Hx for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2012 21:04:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SKfny-0004SG-7j for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2012 21:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Apr 2012 01:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 11276 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.133479746417074 (code B ref -1); Thu, 19 Apr 2012 01:05:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 19 Apr 2012 01:04:24 +0000 Original-Received: from localhost ([127.0.0.1]:40621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SKfnM-0004RL-35 for submit@debbugs.gnu.org; Wed, 18 Apr 2012 21:04:24 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35746 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SKfnJ-0004RE-U1 for submit@debbugs.gnu.org; Wed, 18 Apr 2012 21:04:22 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SKfn3-0002Sh-78; Wed, 18 Apr 2012 21:04:05 -0400 X-Spook: BRLO Panama Majic nuclear S Key bce 64 Vauxhall Cross X-Ran: R}p1;C9kx=H.gYn^qnNY~p[Mn64YKXM[u#J-Wb[hycA+P(z=.5z#AftHN|I]jwIWU00&wM X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:59235 Archived-At: Package: emacs Version: 24.0.95 The Elisp manual "Introduction to Minibuffers" says: The minibuffer's window is normally a single line[...]. You can explicitly resize it temporarily with the window sizing commands; it reverts to its normal size when the minibuffer is exited. In Emacs 23.4, it works to do: emacs -Q M-x C-x ^ C-x ^ (the minibuffer window gets one line taller each time) But in the current trunk, that has no effect. (The manual also says: You can resize it permanently by using the window sizing commands in the frame's other window, when the minibuffer is not active. I don't know what this means. It doesn't seem to work in any version of Emacs that I can find.)