Am 03.07.2005 um 22:22 schrieb Stefan Bienert:

One problem I couldnt solve with the help of google is the font size, emacs
starts with.


You could try something like this too:

        (setq initial-frame-alist '(
          (border-color . "#4e3832")
          (foreground-color . "grey10")
          (background-color . "honeydew")
          (font . "fontset-10pt_lucidatypewriter")
          (top . 5) (left . 500) (width . 106) (height . 50))
        )
        (setq default-frame-alist '(
          (background-color . "LightCyan1")
;         (background-color . "ivory")
;         (background-color . "ghost white")
          (cursor-color . "purple")
          (cursor-type . box)
          (foreground-color . "grey10")
          (vertical-scroll-bars . left)
;         (font . "fontset-11pt_adobe_courier")
          (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
          (top . 25) (left . 50) (width . 89) (height . 50))
        )

--
Mit friedvollen Grüßen

  Pete

Seelsorge statt Krankenkasse: das ist neu und liberal, die wähl' ich!



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to