Peter Dyballa
Peter_Dybal****@Web*****
Wed Feb 28 18:26:56 JST 2007
Am 28.02.2007 um 07:22 schrieb Zhou Yan: > I want to change the startup windows size of the Emacs, make it wider. You could try: (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 . 123) (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--9-*-*-*-*-*-fontset- hiraginokaku") (top . 20) (left . 150) (width . 89) (height . 56)) ) -- Greetings Pete "Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake."