Variable: while-no-input-ignore-events

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

Value

(thread-event file-notify select-window help-echo move-frame
	      iconify-frame make-frame-visible focus-in focus-out
	      config-changed-event selection-request)

Documentation

Ignored events from while-no-input.

Events in this list do not count as pending input while running while-no-input and do not cause any idle timers to get reset when they occur.

View in manual

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'.
Events in this list do not count as pending input while running
`while-no-input' and do not cause any idle timers to get reset when they
occur.  */);