help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to specify font for emacs on MacOSX?


From: Peter Dyballa
Subject: Re: How to specify font for emacs on MacOSX?
Date: Fri, 13 Nov 2009 10:50:35 +0100


Am 13.11.2009 um 03:28 schrieb Will Willis:

How to specify font for emacs on MacOSX?
I am using emacs , not aquamacs. How can I switch to use a different
font in my .emacs file?

You can set them in initial- and default-frame-alist:

        (setq initial-frame-alist
          (append (list
            '(border-color      . "#4e3832")
            '(foreground-color  . "grey10")
            '(background-color  . "AliceBlue")
            '(active-alpha      . 0.875)
            '(inactive-alpha    . 0.75)
            '(font . "fontset-10pt_lucida_sans_typewriter")
            '(top . 136) '(left . 666) '(width . 100) '(height . 57)
          ) initial-frame-alist))

To find a suitable font (maybe save that huge list in *completions* buffer):

        M-x set-frame-font RET TAB TAB

Miles Bader wrote list-fonts-display, which shows the name of the fonts using the font.

--
Greetings

  Pete

November, n.:
        The eleventh twelfth of a weariness.
                – Ambrose Bierce, "The Devil's Dictionary"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]