#2  0x00000000004420d4 in redisplay_internal (preserve_echo_area=17910) at 
xdisp.c:10791

Would you please show me the code on line 10791 in your version?
I want to figure out why redisplay_internal called abort.  I can't see
a call to abort.

Also, what is the value of Vinhibit_redisplay?  Is it equal to Qt?

I am trying to figure out why this code in redisplay_internal did not
make it return at the beginning.

  if (noninteractive
      || !NILP (Vinhibit_redisplay)
      || !f->glyphs_initialized_p)
    return;


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to