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#10409: Minibuffer sized according to default face, not minibuffer face Date: Sat, 09 Jun 2012 12:45:02 +0200 Message-ID: <4FD3292E.9050704@gmx.at> References: <87sje52d8m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339238749 1137 80.91.229.3 (9 Jun 2012 10:45:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2012 10:45:49 +0000 (UTC) Cc: David Reitter , Jeremy Thurgood , 10409@debbugs.gnu.org To: Chong Yidong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 09 12:45:47 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 1SdJAs-0005zl-Uh for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2012 12:45:43 +0200 Original-Received: from localhost ([::1]:50991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdJAs-0004uf-Qc for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2012 06:45:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdJAp-0004uV-Aq for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 06:45:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdJAn-0002aU-Lo for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 06:45:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdJAn-0002aQ-IL for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 06:45:37 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SdJD7-0000GJ-NT for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2012 06:48:01 -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: Sat, 09 Jun 2012 10:48:01 +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.1339238841955 (code B ref 10409); Sat, 09 Jun 2012 10:48:01 +0000 Original-Received: (at 10409) by debbugs.gnu.org; 9 Jun 2012 10:47:21 +0000 Original-Received: from localhost ([127.0.0.1]:35810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SdJCT-0000FM-6L for submit@debbugs.gnu.org; Sat, 09 Jun 2012 06:47:21 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:58536) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SdJCS-0000FG-3X for 10409@debbugs.gnu.org; Sat, 09 Jun 2012 06:47:20 -0400 Original-Received: (qmail invoked by alias); 09 Jun 2012 10:44:54 -0000 Original-Received: from 62-47-38-115.adsl.highway.telekom.at (EHLO [62.47.38.115]) [62.47.38.115] by mail.gmx.net (mp010) with SMTP; 09 Jun 2012 12:44:54 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18WEWlNvScWQQzrWbL6A3Qj4wED+X+yrgHbkb8/CB BHEzUd4W3j8IpW In-Reply-To: <87sje52d8m.fsf@gnu.org> 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:60803 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. This could be bug#6192. Look for Stefan's summary late in the thread (skipping all my postings, at least). martin