[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: |
Sun, 3 Dec 2000 08:17:31 +0200 (IST) |
On 2 Dec 2000, Jason Rumney wrote:
> There was already a check there (which aborts if the frame is not
> live), but the test was passing. I think the problem is that we have a
> terminal frame at startup
That's correct: the dumped Emacs has a single frame frozen into it: the
terminal frame that was alive in temacs.
> but the W32 code does not handle having
> mixed terminal and GUI frames at the same time, so since Emacs is
> starting up in GUI mode, it calls the GUI versions of the redisplay.
You could test if the frame is a w32 frame, instead of (or in addition
to) testing for it's being alive.