emacs-devel
[Top][All Lists]
Advanced

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

Re: X settings, default-frame-alist and initial-frame-alist issues.


From: Chong Yidong
Subject: Re: X settings, default-frame-alist and initial-frame-alist issues.
Date: Tue, 09 Aug 2011 12:13:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Thierry Volpiatto <address@hidden> writes:

> I am using fullscreen => maximized in .Xressources
>            fullscreen => nil       in default-frame-alist
>            fullscreen => t         in initial-frame-alist
>
> At every restart of emacs, frame is maximized as expected by the X
> settings, then my init file load, and at end of startup, frame is
> resized with (i guess) settings of default-frame-alist.

I don't understand what you are setting .Xresources.

  (setq initial-frame-alist '((fullscreen . maximized)))
  (setq default-frame-alist '((fullscreen . nil)))

should do what you want (if it does not, please be more specific).



reply via email to

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