From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#10409: Minibuffer sized according to default face, not minibuffer face Date: Sat, 09 Jun 2012 14:47:21 +0800 Message-ID: <87sje52d8m.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339224466 10293 80.91.229.3 (9 Jun 2012 06:47:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2012 06:47:46 +0000 (UTC) Cc: David Reitter , 10409@debbugs.gnu.org To: Jeremy Thurgood Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 09 08:47:44 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 1SdFSa-00066y-53 for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2012 08:47:44 +0200 Original-Received: from localhost ([::1]:57346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdFSZ-0003m3-V6 for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2012 02:47:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdFSX-0003lk-9M for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 02:47:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdFSV-0002IQ-Lw for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 02:47:40 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdFSV-0002IK-IZ for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 02:47:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SdFUo-0001nk-Gj for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 02:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Jun 2012 06:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10409 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10409-submit@debbugs.gnu.org id=B10409.13392245996908 (code B ref 10409); Sat, 09 Jun 2012 06:50:02 +0000 Original-Received: (at 10409) by debbugs.gnu.org; 9 Jun 2012 06:49:59 +0000 Original-Received: from localhost ([127.0.0.1]:35688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SdFUj-0001nM-6C for submit@debbugs.gnu.org; Sat, 09 Jun 2012 02:49:58 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:39198) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SdFUf-0001nD-MX for 10409@debbugs.gnu.org; Sat, 09 Jun 2012 02:49:54 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:45671 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SdFSJ-0001Y4-DJ; Sat, 09 Jun 2012 02:47:28 -0400 In-Reply-To: (David Reitter's message of "Fri, 30 Dec 2011 09:19:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) 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:60792 Archived-At: >> The height of the minibuffer (in pixels) is set in increments of the >> line height for the default face. If the echo area face (the one from >> which all minibuffer faces inherit) is slightly taller than the >> default face, this means that the minibuffer is one line high when >> empty and two lines high if there's anything in it. What is the "echo area face" you are referring to? Please provide a precise step-by-step recipe for reproducing this bug, starting from emacs -Q.