emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100650: Change default-frame-al


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100650: Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Date: Sun, 27 Jun 2010 12:39:45 +0200

On Sun, Jun 27, 2010 at 02:30, Chong Yidong <address@hidden> wrote:
> ------------------------------------------------------------
> revno: 100650
> committer: Chong Yidong <address@hidden>
> branch nick: trunk
> timestamp: Sat 2010-06-26 20:30:52 -0400
> message:
>  Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
>  Don't add entries for `menu-bar-lines' and `tool-bar-lines' to
>  `default-frame-alist' and `initial-frame-alist' at startup.
>  Instead, use X resources to update the `menu-bar-mode' and
>  `tool-bar-mode' variables at startup, and use them as defaults during
>  frame creation.

This changes initial frame size, at least on Windows.

 emacs-23\bin\emacs -q   => frame-height = 35
 trunk\bin\emacs -q   => frame-height = 38

which is a PITA because I have "Emacs.Geometry = 100x65" in the
registry (65 being the height for a maximized Emacs frame on my
system). With that setting, Emacs 23.X works right, but trunk Emacs
extends under the taskbar.

    Juanma



reply via email to

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