[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: selected-frame and selected-window
From: |
Eli Zaretskii |
Subject: |
Re: selected-frame and selected-window |
Date: |
Sat, 08 Dec 2012 14:24:52 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Tue, 20 Nov 2012 15:37:05 -0500
>
> > This is assertion violation in redisplay_internal, here:
> > eassert (EQ (XFRAME (selected_frame)->selected_window,
> > selected_window));
> > This crash is probably of the kind you reported in the past, related
> > to the selected-frame/selected-window issues.
>
> I'm not sure is that assertion is actually right.
Well, "bzr annotate" says you added it ;-)
Should we just go ahead and remove it? Inaccurate assertions are a
maintenance headache, to say nothing of user aggravation.
- Re: selected-frame and selected-window,
Eli Zaretskii <=