[OS X Emacs] OS X Mavericks: broken monospace Monaco for cyrillic letters

Peter Dyballa Peter_Dyballa at Web.DE
Thu Oct 24 04:59:24 EDT 2013


Am 24.10.2013 um 07:12 schrieb Max Arnold:

> Any clues of how to fix this?

Maybe it helps to use initial- and default-frame-alist into your init file. For example:

	(setq initial-frame-alist '(
	  (mouse-color		 . "midnightblue")
	  (foreground-color	 . "grey20")
	  (background-color	 . "alice blue")
	  (internal-border-width . 2)
	  (line-spacing		 . 1)
	  (active-alpha		 . 0.875)
	  (inactive-alpha	 . 0.75)
	  (font . "Courier-9")
	  (top . 25) (left . 650) (width . 91) (height . 50)))

	(setq default-frame-alist '(
	  (border-color		 . "#4e3831")
	  (foreground-color	 . "grey10")
	  (background-color	 . "ghost white")
	  (vertical-scroll-bars	 . left)
	  (cursor-color		 . "purple")
	  (cursor-type		 . box)
	  (active-alpha		 . 0.75)
	  (inactive-alpha	 . 0.875)
	  (font . "Courier New-9")
	  (top . 50) (left . 150) (width . 89) (height . 56)))

You don't need to use XLFD names.


--
Mit friedvollen Grüßen

  Pete

There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him.
				– Robert Heinlein



More information about the MacOSX-Emacs mailing list