[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs geometry
From: |
Eli Zaretskii |
Subject: |
Re: Emacs geometry |
Date: |
Fri, 04 Aug 2006 14:39:08 +0300 |
> From: Ralf Angeli <address@hidden>
> Date: Tue, 01 Aug 2006 22:09:26 +0200
>
> * Eli Zaretskii (2006-08-01) writes:
>
> >> From: Ralf Angeli <address@hidden>
> >
> >> Now as there doesn't seem to be anything in f->param_alist regarding
> >> top or left I guess we can go for `initial-frame-alist'.
> >
> > Yes.
>
> Okay, here is the patch:
>
> 2006-08-01 Ralf Angeli <address@hidden>
>
> * w32fns.c (w32_createwindow): Handle geometry command line option
> and registry key.
Thanks; installed.
Btw, the fact that you look at initial-frame-alist only when hprevinst
is zero doesn't seem to prevent that code from being run for every
frame; what saves the day is that initial-frame-alist no longer a cons
cell. Is it expected that hprevinst is zero for subsequent frames?