all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Ordered font preferences
@ 2013-10-04 13:39 Rasmus
  2013-10-04 15:39 ` Yuri Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus @ 2013-10-04 13:39 UTC (permalink / raw)
  To: help-gnu-emacs

Hi, 

When I insert a unicode character that my main font doesn't feature
Emacs uses another font to display it.  However, I'm not happy with
the "randomness" of the choice of the font, as it often messes up the
height of the line, uses too small symbols, etc.

Thus, I would like Emacs to always prefer DejaVu as a fallback font
(i.e. the second choice after my system font).

I would prefer /not/ to specify any unicode ranges (e.g. 'symbol) or
anything but just specify

  ("most preferred font" "second most preferred font" ...).

or, alternatively, "ban" some fonts from being used.

So

   (set-fontset-font "fontset-default"  'symbol (font-spec :family "DejaVu Sans Mono")) 

is too "strong" here as it overwrites some glyphs from my main font.
I would rather not add each symbol manually. . .

I think I might be able to fontset, but I'm not sure if it will do as
desired.

Thanks,
Rasmus

-- 
A page of history is worth a volume of logic




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-04 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 13:39 Ordered font preferences Rasmus
2013-10-04 15:39 ` Yuri Khan
2013-10-04 15:48   ` Rasmus

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.