all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bold default face in minibuffer-only frame
@ 2008-02-13 17:12 Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2008-02-13 17:12 UTC (permalink / raw)
  To: emacs-devel


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
much more difficult to find and read.
Could someone give me hint where the problem might be?


        Stefan




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-13 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 17:12 Bold default face in minibuffer-only frame Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.