From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#11276: minibuffers windows can no longer explictly be resized Date: Thu, 19 Apr 2012 08:56:54 +0200 Message-ID: <4F8FB736.9020303@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334818681 6653 80.91.229.3 (19 Apr 2012 06:58:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2012 06:58:01 +0000 (UTC) Cc: 11276@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 19 08:57:58 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 1SKlJV-00008P-7r for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 08:57:57 +0200 Original-Received: from localhost ([::1]:38820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKlJU-0001lJ-F8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 02:57:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKlJO-0001kQ-E6 for bug-gnu-emacs@gnu.org; Thu, 19 Apr 2012 02:57:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKlJJ-0003j9-KJ for bug-gnu-emacs@gnu.org; Thu, 19 Apr 2012 02:57:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKlJJ-0003i0-H0 for bug-gnu-emacs@gnu.org; Thu, 19 Apr 2012 02:57:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SKlJa-0005me-4L for bug-gnu-emacs@gnu.org; Thu, 19 Apr 2012 02:58:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Apr 2012 06:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11276 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11276-submit@debbugs.gnu.org id=B11276.133481864522190 (code B ref 11276); Thu, 19 Apr 2012 06:58:02 +0000 Original-Received: (at 11276) by debbugs.gnu.org; 19 Apr 2012 06:57:25 +0000 Original-Received: from localhost ([127.0.0.1]:40774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SKlIz-0005lq-BL for submit@debbugs.gnu.org; Thu, 19 Apr 2012 02:57:25 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:34418) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SKlIw-0005le-DS for 11276@debbugs.gnu.org; Thu, 19 Apr 2012 02:57:23 -0400 Original-Received: (qmail invoked by alias); 19 Apr 2012 06:56:58 -0000 Original-Received: from 62-47-51-247.adsl.highway.telekom.at (EHLO [62.47.51.247]) [62.47.51.247] by mail.gmx.net (mp034) with SMTP; 19 Apr 2012 08:56:58 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+B7QIu4UuB6dp9QRelsvPPthxXOScRSKMyyeeEC4 aK2vVKiNQdt3ot In-Reply-To: X-Y-GMX-Trusted: 0 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:59241 Archived-At: > In Emacs 23.4, it works to do: > > emacs -Q > M-x C-x ^ C-x ^ Which command does this run? I can't reasonably input "^" from the command prompt here. > (the minibuffer window gets one line taller each time) > > But in the current trunk, that has no effect. Does it work if you set `resize-mini-windows' to nil? If I do that here, I can, for example, drag the divider between the emacs -Q main window and the minibuffer window with the mouse. > (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.) The terminology "in the frame's other window" seems to indicate that this was written in an earlier century. martin