emacs-devel
[Top][All Lists]
Advanced

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

Re: Core dumps in redisplay.


From: Richard Stallman
Subject: Re: Core dumps in redisplay.
Date: Sun, 27 Feb 2005 08:43:07 -0500

      /* Unblock input if we enter with input blocked.  This may happen if
         redisplay traps e.g. during tool-bar update with input blocked.  */
      while (INPUT_BLOCKED_P)
        UNBLOCK_INPUT;

      return Fthrow (Qtop_level, Qnil);
    }

    This approach of unblocking input appears completely useless to me,
    since unwinding the stack includes restoration of
    interrupt_input_blocked.

Probably that code was needed in the past,
before unwind_to_catch did this.  I will try deleting it.




reply via email to

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