From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [simon.marshall@misys.com: Detached minibuffer cropped text] Date: Tue, 20 Jun 2006 00:01:53 +0200 Message-ID: References: <81CCA6588E60BB42BE68BD029ED48260076313D8@wimex2.wim.midas-kapiti.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150754679 14171 80.91.229.2 (19 Jun 2006 22:04:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 22:04:39 +0000 (UTC) Cc: "'emacs-devel@gnu.org'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 20 00:04:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FsRrF-0006Qr-VP for ged-emacs-devel@m.gmane.org; Tue, 20 Jun 2006 00:04:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsRrF-0005WB-HQ for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 18:04:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsRqs-0005Uo-PN for emacs-devel@gnu.org; Mon, 19 Jun 2006 18:04:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsRqr-0005Tg-Ia for emacs-devel@gnu.org; Mon, 19 Jun 2006 18:04:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsRqr-0005Tb-DI for emacs-devel@gnu.org; Mon, 19 Jun 2006 18:04:09 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FsS1F-0005Yf-7e for emacs-devel@gnu.org; Mon, 19 Jun 2006 18:14:53 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 962F0A50058; Tue, 20 Jun 2006 00:03:53 +0200 (CEST) Original-To: "Marshall, Simon" In-Reply-To: <81CCA6588E60BB42BE68BD029ED48260076313D8@wimex2.wim.midas-kapiti.com> (Simon Marshall's message of "Mon, 19 Jun 2006 11:13:13 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:56012 Archived-At: "Marshall, Simon" writes: > Hi Kim, that does sound quite right either - the minibuffer frame is > specified to have a height of 1, but you see 2 lines. Or are you including > the WM title bar? The display engine requires that window height is an whole multiple of the default frame line height. So if 1 line is not enough, the next choice is 2 lines. I don't know why Emacs selects one line in your case, and 2 lines in my case. It could be some property of the font -- I don't know. -- Kim F. Storm http://www.cua.dk