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

Peter Dyballa Peter_Dyballa at Web.DE
Tue Jun 25 07:11:04 EDT 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


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…

- --
Mit friedvollen Grüßen

  Pete

Theory and practice are the same, in theory, but, in practice, they are different.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.19 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAlHJeu8ACgkQNkpl4NeD2QD5cQCg23/lPrRM2POAjGXvU8FPUzbM
wHUAoKwC+fB+vzrMcJ8G52yV0I3BhOAL
=DRlO
-----END PGP SIGNATURE-----


More information about the MacOSX-Emacs mailing list