[OS X Emacs] right mailing list for emacs on osx?

Rainer M Krug Rainer at krugs.de
Tue Jun 25 07:23:25 EDT 2013


Peter Dyballa <Peter_Dyballa at Web.DE> writes:

> Am 25.06.2013 um 09:56 schrieb Rainer M Krug:
>
>> How can I create a new frame, without it becoming automatically maximised?
>
> It might help to put initial- and default-frame-alist into your init file. For example:
>
> 	(setq initial-frame-alist '(
> 	  (mouse-color		 . "midnightblue")
> 	  (foreground-color	 . "grey20")
> 	  (background-color	 . "alice blue")
> 	  (internal-border-width . 2)
> 	  (line-spacing		 . 1)
> 	  (active-alpha		 . 0.875)
> 	  (inactive-alpha	 . 0.75)
> 	  (font . "Courier-9")
> 	  (top . 25) (left . 650) (width . 91) (height . 50)))
>
> 	(setq default-frame-alist '(
> 	  (border-color		 . "#4e3831")
> 	  (foreground-color	 . "grey10")
> 	  (background-color	 . "ghost white")
> 	  (vertical-scroll-bars	 . left)
> 	  (cursor-color		 . "purple")
> 	  (cursor-type		 . box)
> 	  (active-alpha		 . 0.75)
> 	  (inactive-alpha	 . 0.875)
> 	  (font . "Courier New-9")
> 	  (top . 50) (left . 150) (width . 89) (height . 56)))
>
> The important lines are presumingly those with the edges…
Thanks - didn't know these variables - nice. But in this case, the
window becomes maximised *after* these are set. OSX issue?

Rainer 



>
> --
> Mit friedvollen Grüßen
>
>   Pete
>
> Theory and practice are the same, in theory, but, in practice, they are different.
>
>
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> https://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
<#secure method=pgpmime mode=sign>

-- 
Rainer M. Krug

email: RMKrug<at>gmail<dot>com



More information about the MacOSX-Emacs mailing list