unofficial mirror of emacs-devel@gnu.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 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).