Variable: while-no-input-ignore-events

while-no-input-ignore-events is a variable defined in keyboard.c.

Value

(focus-in focus-out help-echo iconify-frame make-frame-visible selection-request)

Documentation

Ignored events from while-no-input.

Probably introduced at or before Emacs version 26.1.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("while-no-input-ignore-events",
               Vwhile_no_input_ignore_events,
               doc: /* Ignored events from while-no-input.  */);