bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13062: 24.3.50; emacs_backtrace.txt


From: Glenn Morris
Subject: bug#13062: 24.3.50; emacs_backtrace.txt
Date: Fri, 22 Feb 2013 20:07:12 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Eli Zaretskii wrote:

> It's an assertion violation here:
>
>       if (!EQ (old_frame, selected_frame)
>         && FRAME_LIVE_P (XFRAME (old_frame)))
>       /* We played a bit fast-and-loose above and allowed selected_frame
>          and selected_window to be temporarily out-of-sync but let's make
>          sure this stays contained.  */
>       select_frame_for_redisplay (old_frame);
>       eassert (EQ (XFRAME (selected_frame)->selected_window,  <<<<<<<<<<<
>                  selected_window));

So can anything be done with this information?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]