unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: submit@emacsbugs.donarmstrong.com
Subject: bug#249: Minibuffer-only frame with bold default font is not bold
Date: Thu, 15 May 2008 02:16:30 -0400	[thread overview]
Message-ID: <jwv63tg6qt9.fsf-monnier+emacs@gnu.org> (raw)

[ 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






             reply	other threads:[~2008-05-15  6:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwvprqep4ip.fsf-monnier+emacsbugreports@gnu.org>
2008-05-15  6:16 ` Stefan Monnier [this message]
2008-07-27 14:30   ` bug#249: marked as done (Minibuffer-only frame with bold default font is not bold) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv63tg6qt9.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=249@emacsbugs.donarmstrong.com \
    --cc=submit@emacsbugs.donarmstrong.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).