[macemacsjp-english 388] Re: default window size

Back to archive index

Peter Dyballa Peter_Dybal****@Web*****
Wed Dec 7 19:12:36 JST 2005


Am 04.12.2005 um 20:26 schrieb asmut****@gmail*****:

> Is there a way to make carbon-emacs remember recent window size and
> placement?

No, not yet! This would mean that Emacs would write some frames 
information into a file and parse it upon start-up.

In the meantime you could put into your ~/.emacs file:

         (setq initial-frame-alist '(
           (mouse-color      . "midnightblue")
           (foreground-color . "midnightblue")
           (background-color . "antiquewhite1")
           (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")
           (top . 10) (left . 650) (width . 89) (height . 60)))

         (setq default-frame-alist '(
           (background-color      . "ghost white")
           (foreground-color      . "grey10")
           (border-color          . "#4e3832")
           (cursor-color          . "purple")
           (cursor-type           . box)
           (vertical-scroll-bars  . left)
           (active-alpha          . 0.875)
           (inactive-alpha        . 0.75)
           (internal-border-width . 2)
           (line-spacing          . 1)
;          (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")
           (font . 
"-*-*-medium-r-normal--10-*-*-*-*-*-fontset-hiraginomin")
;          (font . 
"-*-*-medium-r-normal--12-*-*-*-*-*-fontset-hiraginokaku")
           (top . 20) (left . 150) (width . 89) (height . 56)))

The particuliar settings can be used in both statements. Some do not 
work for Carbon Emacs, some not for the X11 client.

--
Greetings

   Pete

Genius may have its limitations, but stupidity is not thus handicapped.
		-- Elbert Hubbard




More information about the macemacsjp-english mailing list
Back to archive index