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

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

Re: how to set window starting coordinates?


From: Peter Dyballa
Subject: Re: how to set window starting coordinates?
Date: Mon, 17 Jan 2005 14:57:16 +0100


Am 15.01.2005 um 02:07 schrieb Mickey Ferguson:

 Is there a way for me to set the
location and size of the window when I first start it from the windows Start
Menu (runemacs.exe)?

You could try such things in .emacs:

          (setq initial-frame-alist '(
                  (font . "fontset-12pt_monaco")
                  (top . 5) (left . 50) (width . 89) (height . 60)))
          (setq default-frame-alist '(
                  (background-color . "honeydew")
                  (vertical-scroll-bars . left)
                  (font . "fontset-12pt_monaco")
                  (top . 9) (left . 500) (width . 89) (height . 50)))
--
Greetings

  Pete

Behold the warranty ... the bold print giveth and the fine print taketh away.




reply via email to

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