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

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

Re: Emacs crashes when displaying the Euro character


From: Richard Stallman
Subject: Re: Emacs crashes when displaying the Euro character
Date: Fri, 01 Sep 2006 17:51:03 -0400

    #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;




reply via email to

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