[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NTEmacs21.0.92.1 Feedback
From: |
Eli Zaretskii |
Subject: |
Re: NTEmacs21.0.92.1 Feedback |
Date: |
Sat, 02 Dec 2000 18:42:46 +0200 |
> From: Jason Rumney <address@hidden>
> Date: 02 Dec 2000 15:07:45 +0000
>
> The call to set-locale-environment in startup.el seems to be causing a
> redraw-frame on a frame that hasn't been created yet. Do we have any
> flags that indicate we are still starting up, to avoid this problem?
Can't you test (e.g. within redraw-frame) whether the frame in
question is alive, and if not, do nothing?