From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Minibuffer height problem Date: Sun, 31 Jul 2005 20:46:04 -0400 Message-ID: References: <42EC81DD.6030001@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1122858153 26379 80.91.229.2 (1 Aug 2005 01:02:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 01:02:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 03:02:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzOh5-0002n1-5x for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 03:02:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzOjh-0007R1-ST for ged-emacs-devel@m.gmane.org; Sun, 31 Jul 2005 21:04:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzOgU-0005dq-Nt for emacs-devel@gnu.org; Sun, 31 Jul 2005 21:01:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzOgI-0005Wk-H3 for emacs-devel@gnu.org; Sun, 31 Jul 2005 21:01:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzOgI-0005Qn-39 for emacs-devel@gnu.org; Sun, 31 Jul 2005 21:01:26 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzOeV-0005H1-SW for emacs-devel@gnu.org; Sun, 31 Jul 2005 20:59:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DzORQ-0003xf-F4; Sun, 31 Jul 2005 20:46:04 -0400 Original-To: Lennart Borgman In-reply-to: <42EC81DD.6030001@student.lu.se> (message from Lennart Borgman on Sun, 31 Jul 2005 09:46:37 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41385 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41385 max-mini-window-height is documented in the Emacs Manual, in the minibuffer section. But I think I see a bug here: for y-or-n-p, I think it should show the last part of the message rather than the first, so that the "? (y or n)" appears. In other words, it should scroll up so the bottom appears on the screen. Could someone please implement that, and ack this message?