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: Mon, 01 Aug 2005 12:46:41 -0400 Message-ID: References: <42EC81DD.6030001@student.lu.se> <42ED7A16.8090207@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 1122915644 606 80.91.229.2 (1 Aug 2005 17:00:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 17:00:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 19:00:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dzddi-0005CM-JF for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 18:59:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzdgN-0004RL-Cx for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 13:02:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dzdcu-00037d-9O for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dzdcm-00031t-9A for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzdch-0002xD-2V for emacs-devel@gnu.org; Mon, 01 Aug 2005 12:58:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzdeM-0001KE-3Y for emacs-devel@gnu.org; Mon, 01 Aug 2005 13:00:26 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DzdR3-0008SR-71; Mon, 01 Aug 2005 12:46:41 -0400 Original-To: Lennart Borgman In-reply-to: <42ED7A16.8090207@student.lu.se> (message from Lennart Borgman on Mon, 01 Aug 2005 03:25:42 +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:41411 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41411 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?