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

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

Re: Assertion failure in xdisp.c


From: Richard Stallman
Subject: Re: Assertion failure in xdisp.c
Date: Sun, 10 Oct 2004 11:16:33 -0400

    This last C-e (which should re-show the header with the copyright notice)
    aborts.  It aborts inside `find_first_unchanged_at_end_row' at the test:

              if (!row->enabled_p || !MATRIX_ROW_DISPLAYS_TEXT_P (row))
                abort ();

I think the idea is that all these rows are supposed to have real data
in them.  If you think that need not be the case, could you investigate
the row that doesn't have the real data, and see why it doesn't?
Is that really valid?  If so, why?





reply via email to

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