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

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

Re: Problems with Emacs CVS Head in MacOS (Carbon)


From: Peter Dyballa
Subject: Re: Problems with Emacs CVS Head in MacOS (Carbon)
Date: Fri, 24 Jun 2005 16:29:23 +0200


Am 24.06.2005 um 15:55 schrieb Alberto Simões:

But now, I do not know what to do with these fontsets to activate them


Usually S-down-mouse-1 invokes mouse-set-font, which pops up a menu from which you can choose fonts or fontsets. You can add fontsets to these alists (I have Carbon Emacs 22 and 23, mEV is (defconst mEV (emacs-version) DOCSTRING)):

        (setq initial-frame-alist '(
          (mouse-color    . "midnightblue")
          (foreground-color . "grey20")
          (background-color . "alice blue")
          (if (string-match "22" mEV)
            (font . "fontset-13pt_courier_new")
            (font . "fontset-10pt_monotype_courier"))
          (top . 10) (left . 650) (width . 91) (height . 60)))
        (setq default-frame-alist '(
          (background-color . "ghost white")
          (foreground-color . "grey10")
          (vertical-scroll-bars . left)
          (cursor-color . "purple")          (cursor-type . box)
          (if (string-match "22" mEV)
            (font . "fontset-13pt_courier_new")
            (font . "fontset-09pt_bitstream_courier"))
          (top . 20) (left . 150) (width . 89) (height . 56)))


Do you know this:
------------------------------- Info --------------------------------
List Post: <mailto:macosx-emacs@email.esm.psu.edu>
List Archives: <http://www.esm.psu.edu/mac-tex/MacOSX-Emacs-Digests/>

--
Greetings

  Pete

"One person with a belief is a social power equal to ninety-nine who have only interests." - John Stuart Mill





reply via email to

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