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

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

Re: Emacs hangs enabling debug-on-error


From: Richard Stallman
Subject: Re: Emacs hangs enabling debug-on-error
Date: Sun, 16 May 2004 09:20:43 -0400

    in xdisp.c :

              /* Build desired tool-bar items from keymaps.  */
              BLOCK_INPUT;
              f->tool_bar_items
                = tool_bar_items (f->tool_bar_items, &f->n_tool_bar_items);
              UNBLOCK_INPUT;

The code to update the menu bar does not block input.  It produces the
data in a Lisp format, then converts that to internal format.  The
first stage can run Lisp code, and the second stage needs to block
input.

I think the tool bar needs to be handled the same way.




reply via email to

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