[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NTEmacs21.0.92.1 Feedback
From: |
Jason Rumney |
Subject: |
Re: NTEmacs21.0.92.1 Feedback |
Date: |
02 Dec 2000 15:07:45 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.93 |
Gerd Moellmann <address@hidden> writes:
> Jason Rumney <address@hidden> writes:
>
> > The only place where Qheight is used in a way that looks suspicious
> > is in handle_single_display_property around line 2663 of xdisp.c,
>
> This line is equivalent to a `let ((height ...))'. I can't think
> of a way it would modify Qheight from a symbol to 0.
The problem was caused by a garbaged frame pointer that just happened
to point to Qheight.
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?
I think this is only a problem on Windows, as on X terminal frames are
supported properly (on Windows GUI frames are assumed unless -nw is
used or emacs is started from a full-screen console, we do not yet
support both GUI and terminal frames together).
--
Jason Rumney <address@hidden>