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

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

Re: puzzling emacs fonts set


From: Peter Dyballa
Subject: Re: puzzling emacs fonts set
Date: Tue, 15 Nov 2005 18:26:45 +0100


Am 15.11.2005 um 16:26 schrieb wanglichunpost@gmail.com:

Emacs.Fontset-0: -adobe-courier-bold-r-normal-*-24-240-75-75-*-*-*-*


Once you give here the name of a fontset, a deafault one or one defined by you, this might work.

I don't use fontsets this way, I do it .emacs like:

        (setq initial-frame-alist '(
          (mouse-color      . "midnightblue")
          (foreground-color . "midnightblue")
          (background-color . "antiquewhite1")
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-hiraginomin")
          (top . 10) (left . 650) (width . 89) (height . 60)))
        (setq default-frame-alist '(
          (background-color     . "ghost white")
          (foreground-color     . "grey10")
          (cursor-color         . "purple")
          (cursor-type          . box)
          (vertical-scroll-bars . left)
          (active-alpha         . 0.875)
          (inactive-alpha       . 0.75)
          (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")
          (top . 20) (left . 150) (width . 89) (height . 56)))

--
Greetings

  Pete

Without vi there is only GNU Emacs



--
Mit friedvollen Grüßen

  Pete

Richt'je Männer brauchen keinen Motor.




reply via email to

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