From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#249: Minibuffer-only frame with bold default font is not bold Date: Thu, 15 May 2008 02:16:30 -0400 Message-ID: Reply-To: Stefan Monnier , 249@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210833124 18506 80.91.229.12 (15 May 2008 06:32:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 06:32:04 +0000 (UTC) To: submit@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 15 08:32:37 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwX10-0006Hc-Lk for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 May 2008 08:32:34 +0200 Original-Received: from localhost ([127.0.0.1]:46457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwX0H-0005NC-4D for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 May 2008 02:31:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwX0C-0005N6-De for bug-gnu-emacs@gnu.org; Thu, 15 May 2008 02:31:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwX0B-0005MX-8y for bug-gnu-emacs@gnu.org; Thu, 15 May 2008 02:31:44 -0400 Original-Received: from [199.232.76.173] (port=50262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwX0B-0005MU-2u for bug-gnu-emacs@gnu.org; Thu, 15 May 2008 02:31:43 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:56065) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwX0A-0003SO-BJ for bug-gnu-emacs@gnu.org; Thu, 15 May 2008 02:31:42 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4F6Veh1008586; Wed, 14 May 2008 23:31:40 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m4F6P5T2004950; Wed, 14 May 2008 23:25:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Stefan Monnier Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 15 May 2008 06:25:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 249 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12108322041657 (code B ref -1); Thu, 15 May 2008 06:25:05 +0000 Original-Received: (at submit) by emacsbugs.donarmstrong.com; 15 May 2008 06:16:44 +0000 Original-Received: from ceviche.home (76-10-180-207.dsl.teksavvy.com [76.10.180.207]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4F6GVtk001651 for ; Wed, 14 May 2008 23:16:33 -0700 Original-Received: by ceviche.home (Postfix, from userid 20848) id F06FEB40CB; Thu, 15 May 2008 02:16:30 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 15 May 2008 02:31:44 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18004 Archived-At: [ This bug was introduced by the old font-backend but seems not to be fixed by the new code. ] I use a minibuffer-only frame and have the following setting for it: (setq minibuffer-frame-alist `((minibuffer . only) (top . -1) (left . 0) (user-position . t) (height . 1) (width . 256) (user-size . t) (vertical-scroll-bars . nil) (menu-bar-lines . 0) (tool-bar-lines . 0) ,(case window-system (mac '(font . "-apple-monaco-bold-*-*--12-*-*-*-*-*-*-*")) (t '(font . "-misc-fixed-bold-r-normal-*-13-*-*-*-*-*-*-*"))) (background-color . "grey75") (name . "emacs-minibuffer"))) With the new unicode code, the default font is not bold any more, making it much more difficult to find and read. Could someone give me a hint where the problem might be? Stefan PS: This same problem showed up during the Emacs-22 development and was fixed before the 22.1 release, see http://article.gmane.org/gmane.emacs.devel/56150